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

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

{% if not is_new %}
Embed with: [snippet slug="{{ content.slug }}"]
{% endif %}
{% if content and content.body_html %}{{ content.body_html | safe }}{% else %}

Preview will appear here...

{% endif %}
Cancel
{% endblock %}