{ "root_page": { "template_name": "A Custom Template", "metadata": { "title": "Hello Krustcea !", "description": "An example website", "image": [ "https://example.com/images/ex_pic.png" ], "css": [], "js": [], "url_slug": "", "lang": "en" }, "body": [ { "tag": "h1", "text": "Example Story" }, { "tag": "p", "text": "Hello,<br />How are you?", "attrs": { "class": "p_class" } }, { "tag": "img", "attrs": { "src": "/img/url.png" } } ], "sub_pages": [] }, "templates": [ { "name": "A Custom template", "layout": { "display": "grid" }, "contents": [ { "tag": "div", "attrs": { "id": "custom-template", "class": "page-template" }, "contents": [ { "tag": "nav", "contents": [ { "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" ] }