mautic / themes /blank /html /page.html.twig
chrisbryan17's picture
Upload folder using huggingface_hub
d2897cd verified
{% extends "@themes/"~template~"/html/base.html.twig" %}
{% block content %}
<div data-section-wrapper="1">
<center>
<table data-section="1" style="width: 600;" width="600" cellpadding="0" cellspacing="0">
<tbody>
<tr>
<td>
<div data-slot-container="1" style="min-height: 30px">
<div data-slot="text">
<br>
<h2>Hello there!</h2>
<br>
We haven't heard from you for a while...
<br>
<br>
<br>
</div>
</div>
</td>
</tr>
</tbody>
</table>
</center>
</div>
{% endblock %}