28 lines
1.1 KiB
HTML
28 lines
1.1 KiB
HTML
<table class="sm:bg-white bg-gray-100" cellpadding="0" cellspacing="0" role="presentation" width="100%">
|
|
<tr>
|
|
<td align="center" valign="top">
|
|
<table cellpadding="0" cellspacing="0" role="presentation" width="600px">
|
|
<tbody>
|
|
<tr>
|
|
<td class="px-8 pt-10 pb-8 text-center text-gray-900">
|
|
<div>
|
|
{% if image_path %}
|
|
<img src="{{ image_path }}" alt="Logo" class="h-6 mx-auto">
|
|
{% endif %}
|
|
</div>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
{% block content %}{% endblock %}
|
|
</tr>
|
|
<tr>
|
|
<td class="py-8 text-center text-gray-500 text-sm">
|
|
This email was sent by Jingrow Cloud
|
|
</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
</tr>
|
|
</table>
|