27 lines
1.1 KiB
HTML
27 lines
1.1 KiB
HTML
{% extends "email/base.html" %}
|
|
|
|
{% block content %}
|
|
<tr>
|
|
<td bgcolor="#3625b7" align="center" style="padding: 0px 10px 0px 10px;">
|
|
<table border="0" cellpadding="0" cellspacing="0" width="480">
|
|
<tr>
|
|
<td bgcolor="#566572" align="center" valign="top" style="padding: 40px 20px 20px 20px; border-radius: 4px 4px 0px 0px; color: #8F9BA3; font-family: 'Lato', Helvetica, Arial, sans-serif; font-size: 48px; font-weight: 400; letter-spacing: 4px; line-height: 48px;">
|
|
<h1 style="font-size: 32px; font-weight: 400; margin: 0; color: #E9ECEF;">{{ title }}!</h1>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td bgcolor="#1b2a32" align="center" style="padding: 0px 10px 0px 10px;">
|
|
<table border="0" cellpadding="0" cellspacing="0" width="480">
|
|
<tr>
|
|
<td bgcolor="#566572" align="left" style="padding: 20px 30px 40px 30px; color: #E9ECEF; font-family: 'Lato', Helvetica, Arial, sans-serif; font-size: 18px; font-weight: 400; line-height: 25px;">
|
|
<p style="margin: 0;">{{ body }}</p>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
</td>
|
|
</tr>
|
|
{% endblock %}
|