You're looking at it

Homepage: https://roundabout-host.com

By using this site, you agree to have cookies stored on your device, strictly for functional purposes, such as storing your session and preferences.

Dismiss

 forum.txt

View raw Download
text/plain • 245 B
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 %}