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

TrĂ¥de


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