We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d386cf0 commit f9c8ff7Copy full SHA for f9c8ff7
lib/nunjucks/govuk-prototype-kit/layouts/govuk-branded.njk
@@ -1,4 +1,5 @@
1
{%- set assetPath = assetPath | default('/plugin-assets/govuk-frontend' + govukFrontend.assetPath) -%}
2
+{% from "govuk/components/service-navigation/macro.njk" import govukServiceNavigation %}
3
4
{% extends "govuk/template.njk" %}
5
@@ -16,10 +17,12 @@
16
17
{% block header %}
18
{{ govukHeader({
19
homepageUrl: "/",
- serviceName: serviceName,
20
- serviceUrl: "/",
21
containerClasses: "govuk-width-container"
22
}) }}
+ {{ govukServiceNavigation({
23
+ serviceName: serviceName,
24
+ serviceUrl: '/'
25
+ }) }}
26
{% endblock %}
27
28
{% if (GOVUKPrototypeKit.isDevelopment) %}
0 commit comments