Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

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.

  • No labels