{% load static favicon_tags %} {% load core_tags %} {% load wagtailuserbar %} {% load wagtailsettings_tags %} {% get_settings %} {% if favicon_meta %} {% favicon_meta %} {% endif %} {% block meta_tags %} {% endblock meta_tags %} {% block style %} {% endblock style %} {% wagtailuserbar "bottom-right" %} {% get_top_header as TopHeader %} {% get_header as MainHeader %}
{% include 'topHeader.html' %} {% include 'Nav/mainMenu.html' %} {% block sticky %} {% endblock sticky %}
{% block breadcrumb %} {% endblock breadcrumb %}
{% block content %} {% endblock content %}
{% block footer %} {% endblock footer %} {% include 'bottomFooter.html' %} {% block script %} {% endblock script %}