{{! @template theme_boost/block Example context (json): { "id": "block0", "class": "block block_html", "showskiplink": true, "type": "html", "ariarole": "complementary", "title": "Test block", "blockinstanceid": 1, "content": "

Hello block world!

" } }} {{! Block Skip Link }} {{#showskiplink}} {{#str}}skipa, access, {{title}}{{/str}} {{/showskiplink}} {{! Start Block Container }}
{{! Block contents }}
{{! Block header }} {{#title}}
{{{title}}}
{{/title}} {{#hascontrols}}
{{{controls}}}
{{/hascontrols}}
{{{content}}} {{{annotation}}}
{{! End Block Container }}
{{! Block Skip Link Target }} {{#showskiplink}} {{/showskiplink}}