content
Renders dynamic content of the specified type.
Applicable content enumeration:
header: fill the header, only used in layoutfooter: fill the footer, only used in layoutlayout: fill the template content, only used in layoutblocks: render all sub-blocks under the current section/block
{{#content content_type /}}
Params
-
content_typestring: Constant enumeration stringheaderfooterlayoutblocks
Example
Render the dynamic block under section
{{#content "blocks" /}}
Was this article helpful to you?