layout

Table of contents

Sets the theme layout. Whatever you pass must be a layout theme file in the layouts folder.

{% layout "some_layout" %}
Input

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.

Need help?

Do you have any question which is not answered in this knowledge base? Contact us. We are here to help you.