-
Pierre Jarriges authoredPierre Jarriges authored
new_website.json 2.77 KiB
{
"root_page": {
"template_name": "Nav Content Footer",
"metadata": {
"title": "New Website",
"description": "A new website",
"url_slug": "",
"lang": "en"
},
"body": [
{
"tag": "h1",
"text": "New website"
}
],
"sub_pages": [
{
"template_name": "Nav Content Footer",
"metadata": {
"title": "A sub page",
"description": "A new subpage",
"url_slug": "subpage",
"lang": "en"
},
"body": [
{
"tag": "h1",
"text": "subpage"
}
],
"sub_pages": [
{
"template_name": "Nav Content Footer",
"metadata": {
"title": "A nested page",
"description": "A new nested page",
"url_slug": "nested",
"lang": "en"
},
"body": [
{
"tag": "h1",
"text": "nested"
}
]
}
]
},
{
"template_name": "Nav Content Footer",
"metadata": {
"title": "Another sub page",
"description": "A new subpage",
"url_slug": "other",
"lang": "en"
},
"body": [
{
"tag": "h1",
"text": "other"
}
]
}
]
},
"templates": [
{
"name": "Nav Content Footer",
"layout": {},
"contents": [
{
"tag": "div",
"attrs": {
"id": "nav-content-footer-template",
"class": "page-template"
},
"contents": [
{
"tag": "nav"
},
{
"tag": "div",
"attrs": {
"id": "page-body"
}
},
{
"tag": "footer"
}
]
}
]
}
]
}