{% extends "tbexample/base.html" %} {% block javascript %} {% endblock %} {% block body %}

Conversation list

{% for node, count in nodes %} {% include "tbexample/comment.html" %} {% endfor %} {% include "tbexample/form.html" %} {% endblock %}