{% extends "texsitecore/skeletons/bootstrap3-skeleton.html" %} {% load i18n %} {% load static %} {% load texsitecore_tags %} {% load wagtailcore_tags %} {% load wagtailimages_tags %} {% load wagtailsettings_tags %} {% block head-css %} {{ block.super }} {% include "texsitecore/includes/google_font.html" with family="Raleway:wght@300;400;500;600;700;800" only %} {% include "texsitecore/includes/google_font.html" with family="PT+Sans:ital,wght@0,400;0,700;1,400;1,700" only %} {% endblock %} {% block head-extension %} {% include "texsitecore/includes/favicon.html" %} {% endblock %} {% block body-content %} {% wagtail_site as current_site %} {% get_settings %} {% get_menu_pages current_site as pages %} {% block clean-blog-body-content %}{% endblock %}