Skip to main content
other.liquid tags are grouped by default vs optional usage.
  • Default components are already present in the shipped other.liquid template.
  • Optional components can be added or used to replace parts of the default layout.
Common tags are documented on Common tags: {% legacy_navbar %}.

Default components

{% main_content %}

{% main_content %}
<!-- raw content_html rendered directly -->
<div>...</div>
<p>...</p>
...

Notes

  • {% main_content %} returns an empty string if no content_html register is present.