mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-07-25 10:29:14 -04:00
4 lines
97 B
HTML
4 lines
97 B
HTML
|
|
{% macro placeholder(variable) %}
|
||
|
|
<span class='placeholder'>{{variable}}</span>
|
||
|
|
{% endmacro %}
|