diff --git a/CHANGELOG.md b/CHANGELOG.md index 1dbbe493..4d03f268 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,7 @@ - Update default service name ([PR 419](https://github.com/nhsuk/nhsuk-prototype-kit/pull/419)) - Changed all references from 'NHS.UK prototype kit' to 'NHS prototype kit' - Update default index page ([PR 423](https://github.com/nhsuk/nhsuk-prototype-kit/pull/423)) +- Import task list component ([PR 437](https://github.com/nhsuk/nhsuk-prototype-kit/pull/437)) ## 5.1.0 - 12 November 2024 diff --git a/docs/views/template.html b/docs/views/template.html index 00a65770..785abe8c 100755 --- a/docs/views/template.html +++ b/docs/views/template.html @@ -30,6 +30,7 @@ {%- from 'summary-list/macro.njk' import summaryList %} {%- from 'tabs/macro.njk' import tabs %} {%- from 'tag/macro.njk' import tag %} +{%- from 'task-list/macro.njk' import taskList %} {%- from 'textarea/macro.njk' import textarea %}