blocks
Renders all blocks in the current scope. It can only be used in section and block templates. It will automatically traverse all blocks in the current level. A forblock object will be issued in the scope. It supports some special logic processing. It needs to be matched with the block tag to render the content.
{{#blocks}}
{{#block /}}
{{/blocks}}
Was this article helpful to you?