{% from 'common/macros.html' import timestamp %} {% extends "base.html" %} {% block content %} All topics {% if active_user and active_user.is_mod() %} Create new topic Sort topics {% endif %} {% if topic_list | length == 0 %}
There are no topics.