winter/modules/system/views/mail/partial-table.htm
Samuel Georges 9287d926f7 Refit invite and restore mail templates
Fixes {% partial %} node for mail templates
Trim body var for text emails
Style code nodes
2017-07-22 22:23:22 +10:00

8 lines
87 B
HTML

name = "Table"
==
{{ body|trim }}
==
<div class="table">
{{ body|md_safe }}
</div>