content

Renders dynamic content of the specified type.

Applicable content enumeration:

  • header: fill the header, only used in layout
  • footer: fill the footer, only used in layout
  • layout: fill the template content, only used in layout
  • blocks: render all sub-blocks under the current section/block
{{#content content_type /}}

Params

  • content_type string: Constant enumeration string header footer layout blocks

Example

Render the dynamic block under section

{{#content "blocks" /}}
Was this article helpful to you?