{% from 'common/icons.html' import icn_lock %} {% from 'common/macros.html' import timestamp, motd %} {% extends "base.html" %} {% block content %} {%- with motds = get_motds() -%} {%- if motds -%} {%- for motd_obj in motds -%} {{- motd(motd_obj) -}} {%- endfor -%} {%- endif -%} {%- endwith -%} {% if topic_list | length == 0 %}
There are no topics.
{% else %} {% for topic in topic_list %}