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