blocks
Renders all blocks within the current scope. The tag must be used in conjunction with the block tag.
The blocks tag can only be used within section and block templates. During the rendering process, the system iterates through all blocks in the current scope and exposes the forblock object, which supports custom processing logic.
{{#blocks}}
{{#block /}}
{{/blocks}}
Was this article helpful to you?