mirror of
https://github.com/wintercms/winter.git
synced 2024-06-28 05:33:29 +02:00
Fixes {% partial %} node for mail templates Trim body var for text emails Style code nodes
8 lines
87 B
HTML
8 lines
87 B
HTML
name = "Table"
|
|
==
|
|
{{ body|trim }}
|
|
==
|
|
<div class="table">
|
|
{{ body|md_safe }}
|
|
</div>
|