{% extends "base.html" %} {% block content %} {% if posts %} {% for post in posts %} {% if post.image %}
{% endif %}
{{ post.title }} (#{{ post.id }})
{{ post.text }}

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