{% extends "base.html" %} {% block content %} All topics {% if active_user and active_user.is_mod() %} Create new topic {% endif %} {% if topic_list | length == 0 %}
There are no topics.