2017-07-22 07:19:47 +00:00
|
|
|
name = "Button"
|
|
|
|
|
==
|
2017-07-22 12:23:22 +00:00
|
|
|
{{ body|trim }} <{{ url }}>
|
2017-07-22 07:19:47 +00:00
|
|
|
==
|
|
|
|
|
<table class="action" align="center" width="100%" cellpadding="0" cellspacing="0">
|
|
|
|
|
<tr>
|
|
|
|
|
<td align="center">
|
|
|
|
|
<table width="100%" border="0" cellpadding="0" cellspacing="0">
|
|
|
|
|
<tr>
|
|
|
|
|
<td align="center">
|
|
|
|
|
<table border="0" cellpadding="0" cellspacing="0">
|
|
|
|
|
<tr>
|
|
|
|
|
<td>
|
2017-07-22 11:20:25 +00:00
|
|
|
<a href="{{ url }}" class="button button-{{ type ?: 'primary' }}" target="_blank">
|
|
|
|
|
{{ body }}
|
|
|
|
|
</a>
|
2017-07-22 07:19:47 +00:00
|
|
|
</td>
|
|
|
|
|
</tr>
|
|
|
|
|
</table>
|
|
|
|
|
</td>
|
|
|
|
|
</tr>
|
|
|
|
|
</table>
|
|
|
|
|
</td>
|
|
|
|
|
</tr>
|
|
|
|
|
</table>
|