{% extends "texsitecore/skeletons/bootstrap3-skeleton.html" %} {% load i18n %} {% load static %} {% load texsitecore_tags %} {% load wagtailcore_tags %} {% block head-css %} {{ block.super }} {% include "texsitecore/includes/google_font.html" with family="Lora:ital,wght@0,400;0,700;1,400;1,700" only %} {% include "texsitecore/includes/google_font.html" with family="Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800" 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 pages %} {% block clean-blog-body-content %}{% endblock %}