{% if t.hidden %}
[hidden]
{% endif %}
{{ t.title }}
by {{ t.author_username }}
{{ t.created_at }}
{% if !t.hidden %}
{% else %}
{% endif %}
{% extends "base.html" %} {% block content %}