[
    {
        "t001": {
            "type": "content",
            "template": "examples/templates/title.jqtpl",
            "data": "Tytuł bloczka1",
            "onerror": "propagate"
        },
        "t002": {
            "type": "content",
            "template": "examples/templates/title.jqtpl",
            "data": "Tytuł bloczka2",
            "onerror": "propagate"
        },
        "c001": {
            "type": "container",
            "template": "examples/templates/container1.jqtpl",
            "data": {
                "title": "Hity wideo w salonach Empik",
                "href": "http://empik.pl/wideo",
                "#body": [ "t001", "t002" ]
            },
            "onerror": "propagate"
        }
    }
]