{% extends 'mail_viewer/base.html' %} {% load mail_viewer_tags %} {% block 'title' %}Django Mail Viewer - Email Detail{% endblock 'title' %} {% block 'css' %} {% endblock 'css' %} {% block 'main_content' %}
{% if html_body %}{{ html_body }}{% endif %}
{{ text_body }}