sections
Renders a section group.
Use this tag to render section groups as part of the theme's layout content. Place the sections
tag where you want to render it in the layout.
To learn more about section groups and how to use them in your theme, refer to Section groups.
Syntax
{% sections 'name' %}
name
The name of the section group file you want to render.
Was this page helpful?