{% extends 'layout.html' %} {% set hide_navigation = new %} {% set page_action = 'edit' %} {% set title = new and 'Create' or 'Edit' %} {% block contents %}
You can now {{ new and 'create' or 'modify' }} the page contents. To format your text you can use reStructuredText.
{{ error }}
{% endblock %}