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.