{% extends 'email/base.html' %} {% block content %}

{{ _('Reply to thread: {title}')|f(title=thread) }}

{% trans author=display_name(author) %} {{ author }} has replied to a thread you're watching. Here is their reply: {% endtrans %}

{{ post_html }}

{{ _('View this post on the site.') }}

{% endblock %}