layout
Sets the theme layout. Whatever you pass must be a layout theme file in the layouts
folder.
Input:
{% layout "some_layout" %}
This renders the layouts/some_layout.plate
theme layout file.
Using this tag is not required, the default layout is theme
(layouts/theme.plate
). If you do not want any layout, use:
{% layout false %}
Don’t forget to add the {% include "content_for_head" %}
tag in your theme layout file’s <head>
. Read more about include.
, multiple selections available,
Related content
Theme Layouts
Theme Layouts
More like this
The Plate Nested Layout Structure
The Plate Nested Layout Structure
More like this
tray
tray
More like this
Trays
Trays
More like this
Theme files
Theme files
More like this
Inline Content and Posts
Inline Content and Posts
More like this