/
layout

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.

Related content

Location
🌍
Location
Read with this
tray
More like this
include_plate_scripts
include_plate_scripts
Read with this
Theme Layouts
Theme Layouts
More like this
The Plate Nested Layout Structure
The Plate Nested Layout Structure
More like this
Inline Content and Posts
Inline Content and Posts
More like this