{% include "header.html" %}
{% if in_reply_to %} {% endif %} {% if references %} {% endif %}
List: {{ list.id }}
From: {{ from }}
To: {{ to }}
Subject: {{ subject }}
Date: {{ date }}
In-Reply-To: {{ in_reply_to }}
References: {% for r in references %}{{ r }}{% endfor %}
{{ body }}
{% include "footer.html" %}