{
    "root_page": {
        "template_name": "basic",
        "metadata": {
            "title": "New Website",
            "description": "A new website",
            "image": "",
            "css": [],
            "js": [],
            "url_slug": ""
        },
        "body": [
            {
                "layout": {},
                "contents": [
                    {
                        "tag": "h1",
                        "text": "New website"
                    }
                ]
            }
        ]
    },
    "templates": [
        {
            "name": "basic",
            "layout": {},
            "contents": [
                {
                    "tag": "nav",
                    "contents": []
                },
                {
                    "tag": "footer",
                    "contents": []
                }
            ]
        }
    ]
}