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

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

{% if content and content.body_html %}{{ content.body_html | safe }}{% else %}

Preview will appear here...

{% endif %}
SEO Settings
Cancel {% if not is_new %}Version History{% endif %} Shortcuts: Cmd/Ctrl+S Save Cmd/Ctrl+Shift+P Publish
{% endblock %}