summaryrefslogtreecommitdiffstats
path: root/hyperkitty/templates/messages/first_email.html
blob: 50e0371cf9372be1621074ae6938a37d67cc6bf3 (plain)
1
2
3
4
5
6
7
{% load gravatar %}

<div class="first_email">
	{% include 'messages/message.html' with email=first_mail unfolded='True' %}
</div>

{# vim: set noet: #}