Skip to content

Commit 61637ca

Browse files
Allow users to add additional scripts and stylesheets
1 parent 613d96e commit 61637ca

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

lib/nunjucks/govuk-prototype-kit/layouts/govuk-branded.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66
{% block meta %}{% endblock %}
77
{% block stylesheets %}
88
{% include "govuk-prototype-kit/includes/stylesheets.html" %}
9+
{% block globalStylesheets %}{% endblock %}
10+
{% block pageStylesheets %}{% endblock %}
911
{% endblock %}
1012
{% endblock %}
1113

@@ -53,6 +55,7 @@
5355
{% block bodyEnd %}
5456
{% block scripts %}
5557
{% include "govuk-prototype-kit/includes/scripts.html" %}
58+
{% block globalScripts %}{% endblock %}
5659
{% block pageScripts %}{% endblock %}
5760
{% endblock %}
5861
{% endblock %}

0 commit comments

Comments
 (0)