{% extends "texsitecore/skeletons/bootstrap3-skeleton.html" %} {% load i18n %} {% load static %} {% load wagtailcore_tags %} {% load wagtailimages_tags %} {% block head-css %} {{ block.super }} {% 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 %} {% include "texsitecore/includes/google_font.html" with family="Josefin+Slab:ital,wght@0,100;0,300;0,400;0,600;0,700;1,100;1,300;1,400;1,600;1,700" only %} {% endblock %} {% block head-extension %} {% include "texsitecore/includes/favicon.html" %} {% block page-background %} {% wagtail_site as current_site %} {% with current_site.root_page.specific.header_image as header_image %} {% if header_image %} {% image header_image width-1920 as bg_image %} {% endif %} {% endwith %} {% endblock %} {% endblock %} {% block body-content %} {% wagtail_site as current_site %}