{% include 'cms/sidebar.html' %}

Title is usually displayed at the top of the page

{% if not current_page %}
This page does not exist yet, saving will create a new page.
{% endif %}

The navigation title is displayed in links to this page.

Page Content Images
{% for image in images %}
Previously uploaded
{% endfor %}

The sort order describes the order this page will appear in in navigation menus.

Last Modified: {{ current_page.date_modified.strftime('%a, %B %d at %H:%M') }}