{% extends 'layout.html' %} {% set hide_navigation = new %} {% set page_action = 'edit' %} {% set title = new and 'Create' or 'Edit' %} {% block contents %}

{{ new and 'Create' or 'Edit' }} “{{ revision.title or page_name }}”

You can now {{ new and 'create' or 'modify' }} the page contents. To format your text you can use reStructuredText.

{{ error }}

{% endblock %}