Page - CrystalCommerce Liquid Documentation for Designers

Page

The page page is a generic template for rendering user-generated content known as “pages”.

Additional Variables Available

None

Used in Routes

  • /[PAGE SEONAME - Page create in Admin with that seoname

File: page.liquid

Default Liquid Template

{% unless page.title == "Homepage" %}
<h1 class="pagetitle">{{ page.title }}</h1>
{% endunless %}
{{ page.content }}

Default Mobile Liquid Template

{% unless page.title == "Homepage" %}
<h1 class="pagetitle">{{ page.title }}</h1>
{% endunless %}
{{ page.content }}

Drops Supported