{% extends "base.html" %} {% block title %}{{ t.title }} — {{ conf_name }}{% endblock %} {% block content %}
← {{ conf_name }}
{{ t.title }}
{% for p in posts %}
~{{ p.username }} {{ pretty_time(p.created_at) }} #{{ loop.index }}
{{ p.body }}
{% endfor %}
{% if current_user %}
Reply
{% else %}
log in or sign up to reply.
{% endif %} {% endblock %}