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
This commit is contained in:
Chris Hill-Scott
2016-11-08 13:08:53 +00:00
parent c3b580b645
commit fb410496dc
2 changed files with 13 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
{% macro letter(
body
) %}
<div class="letter">
{{ body }}
</div>
{% endmacro %}