{% extends "base.html" %} {% load url from future %} {% load gravatar %} {% load hk_generic %} {% load storm %} {% block title %} {{ message.subject }} - {{ mlist.display_name|default:mlist.name|escapeemail }} - {{ app_name|title }} {% endblock %} {% block content %}
{% include 'threads/month_list.html' %}
{# the background image will be a "back to thread" button #}

{{ message.subject }}

{% include 'messages/message.html' with email=message unfolded='True' %}
{% endblock %} {% block additionaljs %} {% endblock %}