{% extends "base.html" %} {% block content %} {{ form.media }}

{{ topic.title }}

{{ form.body }}
{% for post in posts %} {% include 'forums/post.html' %} {% endfor %} {% endblock %}