69 lines
4.7 KiB
Plaintext
69 lines
4.7 KiB
Plaintext
<!doctype html>
|
|
<html lang="en" xmlns="http://www.w3.org/1999/xhtml" xmlns:o="urn:schemas-microsoft-com:office:office">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<meta name="x-apple-disable-message-reformatting">
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
<!--[if mso]>
|
|
<noscript>
|
|
<xml>
|
|
<o:OfficeDocumentSettings>
|
|
<o:PixelsPerInch>96</o:PixelsPerInch>
|
|
</o:OfficeDocumentSettings>
|
|
</xml>
|
|
</noscript>
|
|
<![endif]-->
|
|
<title>{{ site_name }}</title>
|
|
<style type="text/css">
|
|
body, table, td, p, a, li, blockquote { -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
|
|
table, td { mso-table-lspace: 0pt; mso-table-rspace: 0pt; }
|
|
img { -ms-interpolation-mode: bicubic; border: 0; height: auto; line-height: 100%; outline: none; text-decoration: none; }
|
|
body { margin: 0 !important; padding: 0 !important; width: 100% !important; }
|
|
a[x-apple-data-detectors] { color: inherit !important; text-decoration: none !important; }
|
|
h1, h2, h3, h4, h5, h6 { font-family: 'Quicksand', 'Nunito', -apple-system, sans-serif; font-weight: 700; }
|
|
@media only screen and (max-width: 620px) {
|
|
.email-container { width: 100% !important; max-width: 100% !important; }
|
|
.content-padding { padding-left: 24px !important; padding-right: 24px !important; }
|
|
}
|
|
</style>
|
|
</head>
|
|
<body style="background-color: {{ colors.background|default:'#fdf9ed' }}; margin: 0; padding: 0; font-family: &#39;Nunito&#39;, &#39;Quicksand&#39;, -apple-system, sans-serif;">
|
|
{% if preview_text %}<div style="display: none; max-height: 0; overflow: hidden; mso-hide: all;">{{ preview_text }}</div>{% endif %}
|
|
<table role="presentation" width="100%" cellspacing="0" cellpadding="0" border="0">
|
|
<tr>
|
|
<td align="center" style="padding: 48px 10px; background-color: {{ colors.background|default:'#fdf9ed' }};">
|
|
<table role="presentation" class="email-container" width="600" cellspacing="0" cellpadding="0" border="0" style="max-width: 600px; background-color: {{ colors.card|default:'#ffffff' }}; border: 1px solid {{ colors.border|default:'#e6d9b3' }}; border-radius: 32px;">
|
|
<tr>
|
|
<td align="center" style="padding: 32px 40px; background-color: {{ colors.card|default:'#ffffff' }}; border-bottom: 2px dashed {{ colors.border|default:'#e6d9b3' }}; border-radius: 32px 32px 0 0;">
|
|
{% if logo_url %}<img src="{{ logo_url }}" alt="{{ site_name }}" style="max-height: 48px; width: auto; display: block;">{% elif site_name %}<h1 style="margin: 0; font-size: 28px; font-weight: 700; color: {{ colors.foreground|default:'#1a253b' }}; letter-spacing: -0.5px; font-family: &#39;Quicksand&#39;, &#39;Nunito&#39;, sans-serif;">{{ site_name }}</h1>{% endif %}
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td class="content-padding" style="padding: 40px 48px; color: {{ colors.foreground|default:'#1a253b' }}; font-size: 16px; line-height: 1.7; font-family: &#39;Nunito&#39;, sans-serif;">{{ body|safe }}</td>
|
|
</tr>
|
|
<tr>
|
|
<td align="center" style="padding: 0 48px 32px 48px; background-color: {{ colors.card|default:'#ffffff' }};">
|
|
{% if site_url %}<a href="{{ site_url }}" style="display: inline-block; padding: 16px 32px; border-radius: 9999px; background-color: {{ colors.primary|default:'#fbcd1f' }}; color: {{ colors.primaryForeground|default:'#1a253b' }}; text-decoration: none; font-family: &#39;Quicksand&#39;, sans-serif; font-weight: 700; font-size: 16px;">Visit {{ site_name }}</a>{% endif %}
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="padding: 32px 48px; border-top: 2px dashed {{ colors.border|default:'#e6d9b3' }}; border-radius: 0 0 32px 32px; background-color: {{ colors.card|default:'#ffffff' }};">
|
|
<table role="presentation" width="100%" cellspacing="0" cellpadding="0" border="0">
|
|
<tr>
|
|
<td align="center">
|
|
<p style="margin: 0 0 8px; font-size: 14px; font-weight: 700; color: {{ colors.foreground|default:'#1a253b' }}; font-family: &#39;Quicksand&#39;, sans-serif;">👋 {{ site_name }}</p>
|
|
{% if support_email %}<p style="margin: 0 0 8px; font-size: 13px; color: {{ colors.mutedForeground|default:'#5a6480' }};">Need a hand? {{ support_email }}</p>{% endif %}
|
|
{% if unsubscribe_url %}<p style="margin: 0; font-size: 11px; color: {{ colors.mutedForeground|default:'#5a6480' }};"><a href="{{ unsubscribe_url }}" style="color: {{ colors.mutedForeground|default:'#5a6480' }}; text-decoration: none;">Unsubscribe</a></p>{% endif %}
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
</body>
|
|
</html>
|