{% extends 'base.html' %} {% block content %}

{{ description }}

Create thread

{% for id, title, ctime, utime, author_id, author, comment_count in threads %} {% endfor %}
Topic Author Created Updated Comments
{{ title }} {{ author }} {{ format_since(ctime) }} {{ format_since(utime) }} {{ comment_count }}
{% endblock %}