We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70242dc commit 3da7794Copy full SHA for 3da7794
components/header/template.njk
@@ -1,4 +1,4 @@
1
-{%- from "components/site-search/macro.njk" import appSiteSearch -%}
+{%- from "components/site-search/macro.njk" import appSiteSearch with context -%}
2
{%- if options.navigation -%}
3
{%- set headerClasses = " govuk-header--full-width-border" -%}
4
{% elif layout == "product" or layout == "collection" %}
0 commit comments