{
    "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"
            }
        ]
    },
    "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"
                        }
                    ]
                }
            ]
        }
    ]
}