{% extends "base.html" %} {% block title %}Forum Index{% endblock %} {% block content %} {% for post in posts %} {% endfor %} {% if not posts %} {% endif %}
Topic Author Posted Actions
{{ post.title }} [View]
No posts yet. Be the first to contribute!
{% endblock %}