{%- extends 'base.html' %} {%- from 'comment.html' import render_comment, reply, thread_author with context %} {%- from 'moderator.html' import moderate_thread with context %} {%- block content %}

« {{ forum_title }} » Page end

{%- if user is not none and user.is_moderator() -%}

{{ moderate_thread(thread_id, hidden) }}

{%- endif -%} {{- thread_author(author_id, author, create_time, modify_time) }}

{{ minimd(text) | safe }}

{{- reply() }} {%- for c in comments %} {{- render_comment(c, thread_id) }} {%- endfor %}

» Page top

{%- endblock %}