{% include "misago/jumbotron.html" %}
{% include "misago/navbar.html" %}
{% block content %}{% endblock content %}
{% include "misago/posting.html" %}
{% include "misago/footer.html" %}
{% include "misago/auth.html" %}
{% if misago_agreement %}
{% include "misago/required_agreement.html" %}
{% endif %}
{% if LANGUAGE_CODE != "en-us" and MOMENTJS_LOCALE_URL %}
{% endif %}
{% include "misago/scripts.html" %}