{% extends 'base.html' %} {%- block content %}

{{ minimd(description) | safe }}

{% for id, name, description, t_id, t_title, t_mtime in forums %} {% if t_id %} {% else %} {% endif %} {%- endfor -%}
Forum Last update

{{ name }}

{{ minimd(description) | safe }}

{{ t_title }}

{{ format_since(t_mtime) }}

No threads
{%- endblock %}