diff --git a/theme/boost/templates/core/block.mustache b/theme/boost/templates/core/block.mustache index 783fe9aebd2..11613736c9c 100644 --- a/theme/boost/templates/core/block.mustache +++ b/theme/boost/templates/core/block.mustache @@ -1,3 +1,18 @@ +{{! + @template theme_boost/block + + Example context (json): + { + "id": "block0", + "showskiplink": true, + "type": "html", + "ariarole": "complementary", + "title": "Test block", + "blockinstanceid": 1, + "content": "
Hello block world!
" + } + +}} {{! Block Skip Link }} {{#showskiplink}} {{#str}}skipa, access, {{title}}{{/str}} @@ -28,12 +43,12 @@ {{! Block header }} {{#title}} -