mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-04-26 04:00:54 -04:00
4 lines
110 B
HTML
4 lines
110 B
HTML
{% macro ajax_block(partials, url, key, finished=False, form='') %}
|
|
{{ partials[key]|safe }}
|
|
{% endmacro %}
|