{% block title %}{{ misago_settings.forum_name }}{% endblock %}
{% stylesheet 'misago' %}
{% include "misago/navbar.html" %}
{% include "misago/jumbotron.html" %}
{% include "misago/messages.html" %}
{% block content %}{% endblock %}
{% include "misago/footer.html" %}
{% include "misago/modal.html" %}
{# We include JavaScript at the end of page body so it renders faster #}
{% javascript 'misago' %}
{% block javascripts %}{% endblock javascripts %}