{% extends "base.html" %} {% block title %}{{ m.subject or 'Netmail' }}{% endblock %} {% block content %}
{{ m.from_address }}>{{ m.to_address }}>{{ m.msgid }}{{ m.reply_msgid }}{{ m.body | msgbody(m.chrs if m.chrs is defined else '') }}
{{ m.kludges }}