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

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

{% trans author=display_name(author) %} {{ author }} has posted a new thread in a forum you're watching. Here is the thread: {% endtrans %}

{{ post_html }}

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

{% endblock %}