{% extends "mail.html" %} {% block content %}
New forum post in {{ post.repo.route }}: {{ post.subject }}
By {{ post.owner.username }}
{{ post.html | safe }}
{% endblock %}