mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-14 02:48:45 -04:00
8 lines
161 B
HTML
8 lines
161 B
HTML
|
|
{% macro sms_message(body) %}
|
||
|
|
<div class="sms-message">
|
||
|
|
<div class="sms-message-wrapper">
|
||
|
|
{{ body|placeholders }}
|
||
|
|
</div>
|
||
|
|
</div>
|
||
|
|
{% endmacro %}
|