{% load render_bundle from webpack_loader %} {% load static wagtailuserbar %} {% block page-subtitle %}{% endblock %}Shakespeare and Company Project {% include 'snippets/head_meta.html' %} {% block metadata %}{% endblock %} {% if page_jsonld %} {% endif %} {% if not request.is_preview and GTAGS_ANALYTICS_ID %} {% include 'snippets/analytics.html' %} {% endif %} {% if SHOW_TEST_WARNING %} {% endif %} {% block vendorcss %}{% endblock %} {% render_bundle 'main' 'css' %} {% render_bundle 'print' 'css' attrs=' media="print" ' %} {% block css %}{% endblock %} {% render_bundle 'main' 'js' %} {% block js %}{% endblock %} {% include "snippets/plausible_analytics.html" %} {% include 'snippets/test_banner.html' %} {% include 'snippets/nav.html' %} {% block header %}{% endblock %}
{% block content %}{% endblock %}
{% include 'snippets/footer.html' %} {% wagtailuserbar %}