{% extends "texsitecore/skeletons/bootstrap5-skeleton.html" %} {% load i18n %} {% load static %} {% load texsitecore_tags %} {% load wagtailcore_tags %} {% load wagtailimages_tags %} {% block head-css %} {{ block.super }} {% include "texsitecore/includes/google_font.html" with family="Kaushan+Script" only %} {% include "texsitecore/includes/google_font.html" with family="Montserrat:wght@400;700" only %} {% include "texsitecore/includes/google_font.html" with family="Roboto+Slab:wght@100;200;300;400;500;600;700;800;900" only %} {% endblock %} {% block head-extension %} {% include "texsitecore/includes/favicon.html" %} {% endblock %} {% block body-content %} {% wagtail_site as current_site %} {% get_menu_pages current_site as menu_pages %} {% block agency-body-content %}{% endblock %} {% endblock %}