{% extends "misago/base.html" %} {% load i18n %} {% block title %} {% if settings.forum_index_title %} {{ settings.forum_index_title }} {% else %} {{ settings.forum_name }} {% endif %} {% endblock title %} {% block meta-description %}{{ settings.forum_index_meta_description }}{% endblock meta-description %} {% block content %}
This is Django-rendered forum index template.
Neat, huh?