32 lines
1.1 KiB
HTML
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 %}
|
|
Frappe Cloud
|
|
{% endif %}
|
|
</span>
|
|
</div>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
{% block content %}{% endblock %}
|
|
</tr>
|
|
<tr>
|
|
<td class="py-8">
|
|
|
|
</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
</tr>
|
|
</table>
|