{% load wagtailcore_tags wagtailsettings_tags wagtailimages_tags sorsore_tags i18n themes_tags %} {% block stylesheets %} {% endblock %} {% theme_type as navbar_type %} {% if navbar_type == 'None' %} {% wagtail_site as site %} {# Navbar offset #} {% block navbar_offset %} {% if settings.sorsore.LayoutSettings.navbar_fixed %} {% if settings.sorsore.LayoutSettings.logo %}
{% else %} {% endif %} {% endif %} {% endblock %} {% else %} {% include "themes/navbar.html" with navbar_context=""|nav_context %} {% endif %}