tray
Renders a tray.
Input:
{% tray "footer" %}
Includes trays/footer.plate
.
Note that there must be a Tray with this name present in the 'Trays' tab under the Content Types dashboard.
You can access the tray object inside the theme file by calling the name of the tray as a variable, in this case footer
. Trays behave the same like sections, so your tray theme file would look like this:
{% content_for footer %}
{% render_content %}
{% endcontent_for %}
, multiple selections available,
Related content
Trays
Trays
More like this
Content Type kinds: Trays
Content Type kinds: Trays
More like this
Objects
Objects
Read with this
The Plate Nested Layout Structure
The Plate Nested Layout Structure
More like this
layout
layout
More like this
How to use the Plate Themetool?
How to use the Plate Themetool?
More like this