Important information: Google announced that, from September 2026, Android devices will require ALL apps to be signed by Google, effectively leading to an iOS situation. Value your right to a computer that does what you want; do not tolerate this monopolistic practice! Contact me if you don't understand why it is bad. Click to learn more.

 forum.html

View raw Download
text/html • 348 B
HTML document, ASCII text
        
            
1
{% extends "mail.html" %}
2
{% block content %}
3
<h1>
4
<a href="{{ config.url_prefix }}{{ post.repo.route }}/forum/{{ post.id }}">
5
New forum post in {{ post.repo.route }}: {{ post.subject }}
6
</a>
7
</h1>
8
<p>By {{ post.owner.username }}</p>
9
<article>
10
{{ post.html | safe }}
11
</article>
12
{% endblock %}