You're looking at it

Homepage: https://roundabout-host.com

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.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 %}