{% extends "layout.html" %} {% block content %}

TrĂ¥de


{% for thread in threads %}
{{thread.title}} {{thread.group.name}}
{% endfor %} {% endblock content %}