# JSSTE JSSTE is a NodeJS-Module for rendering data in static HTML ## Example Page (JSON) ```json { "_STYLES_": ["Example1", "Example2"], "_TEMPLATE_": "firstexample", "TITLE": "app2", "LINK": "http://www.example.de" } ``` ## Example Template (HTML) ```html <[TITLE]>
<[LINK]>
``` ## Result (HTML) ```html app2
http://www.example.de
``` ## special constants: - `_TEMPLATE_` -> Defines the path to the temp file - `_STYLES_` -> Defines a list of CSS files that will be implemented