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