{% extends 'base.html' %} {% from 'comment.html' import render_comment, reply, author as f_author with context %} {% block content %} {% if manage %}
{{ minimd(text) | safe }}
{{ reply() }} {% for c in comments %} {{ render_comment(c) }} {% endfor %} {% endblock %}