{% extends 'easycms/base.html' %} {% block easycms_title %}Publish Page: {{ page.title }}{% endblock easycms_title %} {% block easycms_content %}
View All Pages {% if page %} Back to Page {% endif %}

If you click "publish" at the bottom of this page, the version on the left will be replaced by the version on the right.


Current Version
{% if published_page %}

{{ published_page.title }}

{{ published_page.content | safe }} {% else %} (nothing currently published) {% endif %}
New Version

{{ page.title }}

{{ page.content | safe }}

Use the following form to publish this page.

{{ form.render() }}
{% endblock easycms_content %}