section
Renders a static section.
Static sections are sections that cannot be repositioned or reordered by drag-and-drop in the theme editor.
{{#section section_name /}}
Required params
section_name string: The name of the section, corresponding to the section's directory name under the sections path.
Example
The following example is used to render a header section.
{{#section "header" /}}
Was this article helpful to you?