Page.liquid
From Spiffy Stores Knowledge Base
This template renders a page.
This is usually the simplest of templates to build, and will consist of just the page content.
For example:
<div id="page">
<h1>{{ page.title }}</h1>
<div class="article textile">
{{ page.content }}
</div>
</div>
Variables
In page.liquid you have access to the following variables:
In addition, all global variables are available.