mirror of
https://github.com/wintercms/winter.git
synced 2024-06-28 05:33:29 +02:00
If raw == (string) content, then it is a markdown email (html/text are ignored -- markdown sets them) If raw == (bool) true, then it is true raw (html/text must be supplied)
13 lines
200 B
HTML
13 lines
200 B
HTML
name = "Subcopy"
|
|
==
|
|
-----
|
|
{{ body|trim }}
|
|
==
|
|
<table class="subcopy" width="100%" cellpadding="0" cellspacing="0">
|
|
<tr>
|
|
<td>
|
|
{{ body|md_safe }}
|
|
</td>
|
|
</tr>
|
|
</table>
|