{% extends "tbexample/base.html" %} {% block body %} (load random data) (remove all nodes) Add a new discussion: {% include "tbexample/form.html" %}
There are currently {{ nodes|length }} discussion{{ nodes|length|pluralize }} ({{ total_comments }} total comment{{ total_comments|pluralize }}):
{% for node, count in nodes %} {% include "tbexample/comment.html" %} {% endfor %} {% endblock %}