{% extends 'base.html' %} {% from 'comment.html' import render_comment, reply %} {% block content %} {% if manage %}
{% endif %}

{{ author }} - rjgoire

{{ text }}

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