{% extends 'forum/base.html' %} {% block title %} {% endblock title %} {% block content %}

Welcome to Kihoutei Beta Forums, please see the rules before posting.

{% for topic in topics %} {% endfor %}

Topics

{{ topic.title }}
{{ topic.description }}

{% endblock content %}