mirror of
https://github.com/GSA/notifications-admin.git
synced 2025-12-09 14:45:00 -05:00
`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`.
4 lines
82 B
Plaintext
4 lines
82 B
Plaintext
{% macro govukFooter(params) %}
|
|
{%- include "./template.njk" -%}
|
|
{% endmacro %}
|