2021-07-21 01:12:26 +00:00
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
< html >
< head >
< meta name = "viewport" content = "width=device-width, initial-scale=1.0" / >
< meta name = "x-apple-disable-message-reformatting" / >
< meta http-equiv = "Content-Type" content = "text/html; charset=UTF-8" / >
< title > < / title >
< / head >
< body >
2021-08-19 05:14:52 +00:00
< span class = "preheader" > {% block preheader %}Thanks for joining {{'SITE_NAME' | app_config}}! Please take a sec to verify the email you used to sign up.{% endblock %}< / span >
2021-07-21 01:12:26 +00:00
< table class = "email-wrapper" width = "100%" cellpadding = "0" cellspacing = "0" role = "presentation" >
< tr >
< td align = "center" >
< table class = "email-content" width = "100%" cellpadding = "0" cellspacing = "0" role = "presentation" >
< tr >
< td class = "email-masthead" >
2021-08-02 14:27:20 +00:00
< a href = "/" class = "f-fallback email-masthead_name" >
2021-08-19 05:14:52 +00:00
{{'SITE_NAME' | app_config}}
2021-07-21 01:12:26 +00:00
< / a >
< / td >
< / tr >
2021-09-28 03:44:31 +00:00
< tr >
2021-07-21 01:12:26 +00:00
< td class = "email-body" width = "100%" cellpadding = "0" cellspacing = "0" >
< table class = "email-body_inner" align = "center" width = "570" cellpadding = "0" cellspacing = "0" role = "presentation" >
2021-09-28 03:44:31 +00:00
< tr >
2021-07-21 01:12:26 +00:00
< td class = "content-cell" >
< div class = "f-fallback" >
< h1 > {% block title %}Title Goes Here{% endblock %}< / h1 >
{% block content %}
{% for entry in data %}
< h3 > {{entry[0]}}< / h3 >
< p > {{entry[1]}}< / p >
{% endfor %}
{% endblock %}
< / div >
< / td >
< / tr >
< / table >
< / td >
< / tr >
< / table >
< / td >
< / tr >
< / table >
< / body >
< / html >