{% extends 'base.html' %} {% block header %}

{% block title %}{{ localize("forum") }}{% endblock %}

{% endblock %} {% block content %}

{% for post in posts %}

{{ post.title }}

{{ post.body }}


{% endfor %}
{% endblock %}