{% macro govukGenericHeader(params) %} {% from "govuk_frontend_jinja/macros/attributes.html" import govukAttributes -%} {# _namespace is a private macro option which allows the generic header macro to also be used by the 'main' header #} {% set namespace = params._namespace | default("govuk-generic") %}
{% endmacro %}