/
section
section
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
section.slug
Returns the rendered slug which is used to create the section ID. Handy.
<section id="section-naam">...</section>
So in this case the slug was naam
.
, multiple selections available,
Related content
request
request
Read with this
Plate Docs
Plate Docs
More like this
row
row
Read with this
Objects
Objects
Read with this
Feature Requests
Feature Requests
Read with this
Plate Knowledge Base
Plate Knowledge Base
More like this