Skip to content

Commit

Permalink
Allow users to add additional scripts and stylesheets
Browse files Browse the repository at this point in the history
  • Loading branch information
BenSurgisonGDS committed Apr 14, 2023
1 parent 50378a5 commit dd964bc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/nunjucks/govuk-prototype-kit/layouts/govuk-branded.njk
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
{% block meta %}{% endblock %}
{% block stylesheets %}
{% include "govuk-prototype-kit/includes/stylesheets.njk" %}
{% block globalStylesheets %}{% endblock %}
{% block pageStylesheets %}{% endblock %}
{% endblock %}
{% endblock %}

Expand Down Expand Up @@ -53,6 +55,7 @@
{% block bodyEnd %}
{% block scripts %}
{% include "govuk-prototype-kit/includes/scripts.njk" %}
{% block globalScripts %}{% endblock %}
{% block pageScripts %}{% endblock %}
{% endblock %}
{% endblock %}

0 comments on commit dd964bc

Please sign in to comment.