diff --git a/theme/boost/templates/core/block.mustache b/theme/boost/templates/core/block.mustache index b09b4dbf52d..b898dea7134 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}}