{% extends "admin/base.html" %} {% block title %}{% if is_new %}New Page{% else %}Edit Page{% endif %}{% endblock %} {% block content %}

{% if is_new %}New Page{% else %}Edit Page{% endif %}

{% if not is_new %}View Version History{% endif %}
{% if not is_new %}{% endif %}
{% if not is_new %} {% endif %}
{% if content.body_html %}{{ content.body_html | safe }}{% else %}

Preview will appear here...

{% endif %}
SEO Settings
Cancel
{% endblock %}