{% extends "govuk_frontend_jinja/template.html" %} {% from "common/partials/mhclg-header.html" import mhclgHeader %} {% from "common/partials/mhclg-test-banner.html" import mhclgRequestTracingBanner with context %} {% from "govuk_frontend_jinja/components/footer/macro.html" import govukFooter %} {% from "common/macros/standard-error-summary.html" import standardErrorSummary with context %} {% set assetPath = vite_asset('assets') %} {% set cspNonce = csp_nonce() %} {% set govukRebrand = false %} {% block pageTitle %}MHCLG Funding Service{% endblock pageTitle %} {% block headIcons %} {# All we do here is remove the `manifest.json` link - which we don't need to serve and otherwise logs 401s in the console #} {% endblock %} {% block head %} {% if config["ASSETS_VITE_LIVE_ENABLED"] %} {% endif %} {% endblock head %} {% block header %} {{ mhclgRequestTracingBanner() }} {# todo: have this header read a homepageUrl variable, then any subclasses can just use super() calls #} {{ mhclgHeader( params={ "homepageUrl": url_for("index"), "assetPath": assetPath }, currentUser=current_user, ) }} {% endblock header %} {% block main %}