{% extends 'punkweb_bb/base.html' %} {% load static %} {% block content %} {% for thread in threads %}

{{ thread.title }}

{% endfor %} {% endblock %}