winter/modules/system/views/mail/partial-header.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

18 lines
302 B
HTML

name = "Header"
==
*** {{ body|trim }} <{{ url }}>
==
<tr>
<td class="header">
{% if url %}
<a href="{{ url }}">
{{ body }}
</a>
{% else %}
<span>
{{ body }}
</span>
{% endif %}
</td>
</tr>