13 lines
388 B
JavaScript
13 lines
388 B
JavaScript
|
|
var s_template={
|
||
|
|
'name' : "Base",
|
||
|
|
'author' : 'Balazs Birtalan',
|
||
|
|
'URL' : '/template/base',
|
||
|
|
'created': '2023'
|
||
|
|
}
|
||
|
|
|
||
|
|
// first element: "key" is the ID where the content html will be embedded
|
||
|
|
// second element: "value" is the folder name of that content folder where the content.html file's contents will be embedded
|
||
|
|
var s_contents={
|
||
|
|
'main_content':"main",
|
||
|
|
'main_text':"main_text",
|
||
|
|
}
|