Pages

Pages are designed for basic free-form adding/editing of information that you can organize hierarchically with URLs like: /about/staff/john-doe.

With the pages templates you can have multiple "content areas" that allows you to designate where content can be inserted through the administrative section. Content areas display content that has been added to a specific page. Additionally, you can have "template content areas" that will show content accross every page that shares that page template.

Example default.liquid page template:


<div class="content">
    {{ content.body }}
</div>

<div class="sidebar">
    {{ content.sidebar }}
    {{ template_content.sidebar }}
</div>

For the above template, the administrative section would show:

content areas