{% extends 'layout.html' %} {% set hide_navigation = new %} {% set page_action = 'edit' %} {% set title = new and _('Create') or _('Edit') %} {% set action = new and _('create') or _('modify') %} {% block contents %} {% macro rst_link(val) %} reStructuredText {% endmacro %}
{{ _('You can now %(action)s the page contents. To format your text ' 'you can use :rst_link:`reStructuredText`.', action=action, rst_link=rst_link)|safe }}
{{ error }}
{% endblock %}