mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-04 00:38:24 -04:00
8 lines
91 B
HTML
8 lines
91 B
HTML
|
|
{% macro letter(
|
||
|
|
body
|
||
|
|
) %}
|
||
|
|
<div class="letter">
|
||
|
|
{{ body }}
|
||
|
|
</div>
|
||
|
|
{% endmacro %}
|