{% 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) }}

{{ text }}

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