{% extends "base.html" %} {% block content %} {% if threads %} {% for thread in threads %} {% if thread.image %}
{% endif %}
{{ thread.title }} [View]
{{ thread.text }}

{% endfor %} {% else %} No threads found.
{% endif %}
{% csrf_token %} {{ form.as_p }}
{% endblock %}