{% extends "base.html" %} {% load gravatar %} {% load hk_generic %} {% load storm %} {% block content %}
{# the background image will be a "back to thread" button #}

{{ message.subject }}

{% include 'messages/first_email.html' with first_mail=message %}
{% endblock %} {# vim: set noet: #}