Files
notifications-admin/app/templates/forms/fields/checkboxes/macro.njk
T

6 lines
115 B
Plaintext
Raw Normal View History

2025-10-06 09:38:54 -04:00
{%- macro usaCheckboxes(params) %}
2020-04-23 12:15:24 +01:00
{%- include "./template.njk" -%}
{%- endmacro %}
2025-10-06 09:38:54 -04:00
{{ usaCheckboxes(params) }}