{% extends "texsitecore/skeletons/bootstrap5-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="Plus+Jakarta+Sans: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 pages %}

{{ page.title }}

{% if page.subtitle %}
{{ page.subtitle }}
{% endif %}
{% block xperience-body-content %}{% endblock %}
{% endblock %} {% block body-javascript %} {{ block.super }} {% endblock %}