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 613d96e commit 61637caCopy full SHA for 61637ca
lib/nunjucks/govuk-prototype-kit/layouts/govuk-branded.html
@@ -6,6 +6,8 @@
6
{% block meta %}{% endblock %}
7
{% block stylesheets %}
8
{% include "govuk-prototype-kit/includes/stylesheets.html" %}
9
+ {% block globalStylesheets %}{% endblock %}
10
+ {% block pageStylesheets %}{% endblock %}
11
{% endblock %}
12
13
@@ -53,6 +55,7 @@
53
55
{% block bodyEnd %}
54
56
{% block scripts %}
57
{% include "govuk-prototype-kit/includes/scripts.html" %}
58
+ {% block globalScripts %}{% endblock %}
59
{% block pageScripts %}{% endblock %}
60
61
0 commit comments