{% extends 'base.html' %} {% from 'comment.html' import render_comment, reply, author as f_author with context %} {% block content %} {% if manage %}
{% endif %} {{ f_author(author, create_time, modify_time, None, None) }}

{{ minimd(text) | safe }}

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