Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

The section object is accessible in the sections/_section.plate theme file, if it’s rendered by the {% render_content %} tag inside the {% content_for post %} block. Read more on how content_for works here.

section.rows

Returns array of rows that have the section object as parent.

{{ section.rows }}

section.name

Returns the section name

  • No labels