{% load i18n staticfiles misago_json %} {% spaceless %}{% block title %}{{ misago_settings.forum_name }}{% endblock %}{% endspaceless %}
Warning: This is unreleased version of Misago. There's no support or update path available for it!
{% include "misago/jumbotron.html" %} {% include "misago/navbar.html" %}
{% block content %}{% endblock content %}
{% include "misago/footer.html" %} {% include "misago/auth.html" %} {% if LANGUAGE_CODE != "en-us" %} {% endif %} {% include "misago/scripts.html" %}