Files
notifications-admin/app/templates/vendor/govuk-frontend/components/footer/macro.njk
Tom Byers 3c208a8b11 Move GOVUK Frontend templates from node_modules
`node_modules` isn't available in a live
environment so the `.njk` templates we're now
using from GOVUK Frontend need to go in the repo'
code.

Adds them in a new `app/templates/vendor` folder
to match how we do that in
`app/assets/stylesheets`.
2019-11-27 14:15:32 +00:00

4 lines
82 B
Plaintext

{% macro govukFooter(params) %}
{%- include "./template.njk" -%}
{% endmacro %}