{% extends "pylucid/css_anchor_div.html" %} {% block plugin_content %} {% extrahead %} {% if pagecontent.markup == 1 %}{# current markup is HTML+Editor #} {% endif %} {% endextrahead %}
{% trans 'Preview' %}
{{ preview_html }}
{% trans 'Edit the CMS page' %} '{{ pagemeta.get_title|escape }}'
{% csrf_token %} {% with edit_page_form as form %} {% include "admin/pylucid/includes/pylucid_formset.html" %} {% endwith %}
{% endblock %}