forum.txt
ASCII text
1{% extends "mail.txt" %} 2{% block content %} 3# New forum post in {{ post.repo.route }}: {{ post.subject }} 4 5<{{ config.url_prefix }}{{ post.repo.route }}/forum/{{ post.id }}> 6 7<p>By {{ post.owner.username }}</p> 8{{ post.message }} 9{% endblock %}