mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-05-17 15:29:48 -04:00
5 lines
118 B
Plaintext
5 lines
118 B
Plaintext
|
|
{%- macro govukCheckboxes(params) %}
|
||
|
|
{%- include "./template.njk" -%}
|
||
|
|
{%- endmacro %}
|
||
|
|
{{ govukCheckboxes(params) }}
|