Skip to content

Commit

Permalink
Import cookie banner macro
Browse files Browse the repository at this point in the history
Import the cookie banner so that users can include it in the prototype kit without
needing to import it themselves, as we tell them to do in the ‘Getting Started’
documentation in the Design System[1]

[1]: design-system.service.gov.uk/get-started/prototyping/#:~:text=When%20using%20Nunjucks%20macros%20in%20the%20Prototype%20Kit%20leave%20out%20the%20first%20line%20that%20starts%20with%20%7B%25%20from%20....
  • Loading branch information
hannalaakso committed Feb 8, 2021
1 parent 90d14c0 commit 34d64a9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/views/layout.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
{% from "govuk/components/button/macro.njk" import govukButton %}
{% from "govuk/components/character-count/macro.njk" import govukCharacterCount %}
{% from "govuk/components/checkboxes/macro.njk" import govukCheckboxes %}
{% from "govuk/components/cookie-banner/macro.njk" import govukCookieBanner %}
{% from "govuk/components/date-input/macro.njk" import govukDateInput %}
{% from "govuk/components/details/macro.njk" import govukDetails %}
{% from "govuk/components/error-message/macro.njk" import govukErrorMessage %}
Expand Down

0 comments on commit 34d64a9

Please sign in to comment.