layout
Specify which layout to use.
Syntax
{% layout name %}
name
The name of the layout file you want to use, wrapped in quotes, or none
for no layout.
By default, the theme.liquid
layout is used. The layout
tag allows you to specify an alternate layout, or use no layout.
{% layout 'full-width' %}
{% layout none %}
Was this page helpful?