mirror of
https://github.com/lucaspalomodevelop/JSSTE-examples.git
synced 2026-03-13 08:09:38 +00:00
14 lines
307 B
Plaintext
14 lines
307 B
Plaintext
{
|
|
"_STYLES_":["base"],
|
|
"_TEMPLATE_":"page1",
|
|
"_TITLE_":"Page2.2",
|
|
"root":"root",
|
|
"a":"h1 - test",
|
|
"c":"p - test",
|
|
"b":"hallo",
|
|
"js$Date": "return Date.now() + ' is the TimeStemp';",
|
|
"pic$bild":"",
|
|
"//":"ich bin ein kommentar",
|
|
"//":"ich bin auch ein Kommentar"
|
|
}
|