{
    "models":
    {
        "content.html":
        {
            "static": false,
            "loading": ["exact"],
            "canRedirect": true
        },
        "routing.html":
        {
            "static": true
        },
        "nav.html":
        {
            "static": true
        },
        "template.html":
        {
            "static": true
        }
    },
    "order":
    [
        "nav.html", 
        "content.html",
        "routing.html"
    ],
    "paramFilter": null,
    "shadow": false
}
