Files
notifications-admin/app/templates/components/letter.html
Chris Hill-Scott fb410496dc Add letter component
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
2016-11-14 14:29:13 +00:00

8 lines
91 B
HTML

{% macro letter(
body
) %}
<div class="letter">
{{ body }}
</div>
{% endmacro %}