publik-base-theme/templates/emails/footer.html

12 lines
476 B
HTML

<table role="presentation" cellspacing="0" cellpadding="0" border="0" align="center" width="100%" style="max-width: 600px;">
<tr>
<td style="padding: 40px 10px;width: 100%;font-size: 12px; font-family: sans-serif; line-height:18px; text-align: center; color: #666666;" class="x-gmail-data-detectors">
{% block footer %}
{% if email_signature %}
{{ email_signature|linebreaks }}
{% endif %}
{% endblock %}
</td>
</tr>
</table>