{% extends "email/base_mail.html"%} {% import "email/macros.html" as macros %} {# parameters: * post * recipient_user - goes into footer #} {% block content %}
{% trans %}Below is a copy of your post:{% endtrans %}
{% if post.is_question() %}{{ post.thread.title }}
{% endif %} {{ post.html }} {% endblock %} {% block footer %} {% include "email/footer.html" %} {% endblock %}