2025-12-23 20:42:58 +08:00

32 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 py-10 text-center text-gray-900">
<div>
<span class="font-bold text-xl">
{% if title %}
{{ title }}
{% else %}
Jingrow Cloud
{% endif %}
</span>
</div>
</td>
</tr>
<tr>
{% block content %}{% endblock %}
</tr>
<tr>
<td class="py-8">
&nbsp;
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</table>