diff --git a/README.md b/README.md index f1e4f84..7317aa6 100644 --- a/README.md +++ b/README.md @@ -8,9 +8,10 @@ JSTE is a NodeJS-Module for rendering data in static HTML ```json { + "_STYLES_":["Example1","Example2"], "_TEMPLATE_":"firstexample", "TITLE": "app2", - "LINK":"http://www.google.de" + "LINK":"http://www.example.de" } ``` @@ -28,13 +29,39 @@ JSTE is a NodeJS-Module for rendering data in static HTML
- <[LINK]> + <[LINK]>
- <[[ARRAY]]> ``` +## Result (HTML) + +``` html + + + + + + + + app2 + + + + + + +
+ http://www.example.de +
+ + + + +``` + ## special constants: -- ```_TEMPLATE_``` -> Defines the path to the temp file \ No newline at end of file +- ```_TEMPLATE_``` -> Defines the path to the temp file +- ```_STYLES_``` -> Defines a list of CSS files that will be implemented \ No newline at end of file