{% from "govuk_frontend_jinja/macros/attributes.html" import govukAttributes -%} {% from "govuk_frontend_jinja/components/skip-link/macro.html" import govukSkipLink -%} {% from "govuk_frontend_jinja/components/header/macro.html" import govukHeader -%} {% from "govuk_frontend_jinja/components/footer/macro.html" import govukFooter -%} {%- set _rebrand = govukRebrand() if govukRebrand is callable else govukRebrand -%} {# Hardcoded value is $govuk-brand-blue if rebrand, otherwise govuk-colour("black") -#} {% set themeColor = themeColor | default("#1d70b8" if _rebrand else "#0b0c0c", true) -%} {% set assetPath = assetPath | default("/assets/rebrand" if _rebrand else "/assets", true) -%}