sections

Renders section group. Currently, this component is only allowed to be used in layout template.

{{#sections "file_name" /}}

file_name

sections/*.json is the name of the json file in the sections directory. For example, the default sections/header.json needs to be written as header here.

Example

Header group

Render the header group.

{{#sections "header" /}}
Was this article helpful to you?