{% load i18n static misago_absoluteurl misago_json %} {% spaceless %}{% block title %}{{ settings.forum_name }}{% endblock %}{% endspaceless %} {% spaceless %} {% block meta-extra %}{% endblock meta-extra %} {% block og-tags %} {% block og-image %} {% if og_image %} {% else %} {% static "misago/img/og-image.jpg" as og_image_url %} {% endif %} {% endblock og-image %} {% endblock og-tags %} {% if theme.include_defaults %} {% endif %} {% for css_url in theme.styles %} {% endfor %} {% if icons.apple_touch_icon %} {% else %} {% endif %} {% if icons.favicon_32 %} {% else %} {% endif %} {% if icons.favicon_16 %} {% else %} {% endif %} {% if icons.favicon %} {% else %} {% endif %} {% endspaceless %} {% if settings.google_tracking_id %} {% include "misago/analytics.html" %} {% endif %}
{% 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" %}