Newer
Older
"template_name": "A Custom Template",
"title": "Hello Krustcea !",
"description": "An example website",
"image": [
"https://example.com/images/ex_pic.png"
],
"text": "Hello,<br />How are you?",
}
},
{
"tag": "img",
"attrs": {
"src": "/img/url.png"
}
"layout": {
"display": "grid"
},
"tag": "div",
"attrs": {
"id": "custom-template",
"class": "page-template"
},
"tag": "ul",
"contents": [
{
"tag": "li",
"text": "menu item 1"
},
{
"tag": "li",
"text": "menu item 2"
}
]
},
{
"tag": "footer",
"contents": []
"assets_index": [
"/images/toto.jpg",
"/sounds/toto.mp3",
"/video/toto.mp4",
"/docs/toto.xcf",
"/source_code/toto.js"