{% extends 'django_outbox/base.html' %} {% block content %}
{% if content_type == 'text/html' %} {% autoescape off %} {{ content }} {% endautoescape %} {% else %}
{{ content }}
{% endif %}
{% endblock content %}