{% extends 'simple_forums/base.html' %} {% block page_title %}Home{% endblock %} {% block content %}

Topics

{% for topic in topic_list %}

{{ topic.title }}

{{ topic.description }}

{% empty %}

No topics found.

{% endfor %} {% endblock %}