28 lines
915 B
Twig
Executable File
28 lines
915 B
Twig
Executable File
{% 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 %}
|