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

Forum

{% for category, thread in threads.items %}
{{ category }}
{% for t in thread %} {% endfor %}
Thread Posts Last Post
{{ t.title }}
{{ t.description }}
{{ t.post_count }} by {{ t.most_recent_poster }} at {{ t.most_recent_post_date }}
{% endfor %} {% endblock %}