mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-06-25 18:01:57 -04:00
Similar to the components we have for previewing email and text messages. Style stolen from PDF thumbnail at https://www.gov.uk/government/publications/honey-bees
8 lines
91 B
HTML
8 lines
91 B
HTML
{% macro letter(
|
|
body
|
|
) %}
|
|
<div class="letter">
|
|
{{ body }}
|
|
</div>
|
|
{% endmacro %}
|