{% extends "webmail/base.html" %} {% block title %}{{ msg.subject }} — ign8mail{% endblock %} {% block extra_css %} {% endblock %} {% block content %} ← {{ name }}@{{ domain }}
{{ msg.subject }}
From {{ msg.sender }} To {{ email }} Date {{ msg.date }}
{% if msg.body_html %} {% elif msg.body_text %}
{{ msg.body_text }}
{% else %}

No message body.

{% endif %}
{% endblock %}