1- <!DOCTYPE html
2- PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3- < html dir ="ltr " lang ="en ">
1+ {% extends "base.html" %}
42
5- < head >
6- < link rel ="preload " as ="image " href ="https://spoo-landing.netlify.app/logo.png " />
7- < link rel ="preload " as ="image " href ="https://new.email/static/emails/social/social-github.png " />
8- < link rel ="preload " as ="image " href ="https://new.email/static/emails/social/social-discord.png " />
9- < link rel ="preload " as ="image " href ="https://new.email/static/emails/social/social-x.png " />
10- < meta content ="text/html; charset=UTF-8 " http-equiv ="Content-Type " />
11- < meta name ="x-apple-disable-message-reformatting " />
12- </ head >
3+ {% block preview %}Your spoo.me password reset code: {{ otp_code }}{% endblock %}
134
14- < body
15- style ='background-color:rgb(255,255,255);font-family:ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";padding-top:40px;padding-bottom:40px '>
16- < div style ="display:none;overflow:hidden;line-height:1px;opacity:0;max-height:0;max-width:0 "
17- data-skip-in-text ="true ">
18- Your spoo.me password reset code: {{ otp_code }}
19- < div >
20-
21-
22- </ div >
23- </ div >
24- < table align ="center " width ="100% " border ="0 " cellpadding ="0 " cellspacing ="0 " role ="presentation "
25- style ="background-color:rgb(26,24,24);border-radius:8px;padding-left:32px;padding-right:32px;padding-top:40px;padding-bottom:40px;margin-left:auto;margin-right:auto;max-width:600px ">
26- < tbody >
27- < tr style ="width:100% ">
28- < td >
29- < table align ="center " width ="100% " border ="0 " cellpadding ="0 " cellspacing ="0 " role ="presentation "
30- style ="text-align:center;margin-bottom:32px ">
31- < tbody >
32- < tr >
33- < td >
34- < img alt ="spoo.me " src ="https://spoo-landing.netlify.app/logo.png "
35- style ="width:120px;height:auto;margin-left:auto;margin-right:auto;display:block;outline:none;border:none;text-decoration:none " />
36- </ td >
37- </ tr >
38- </ tbody >
39- </ table >
40- < table align ="center " width ="100% " border ="0 " cellpadding ="0 " cellspacing ="0 " role ="presentation "
5+ {% block content %}< table align ="center " width ="100% " border ="0 " cellpadding ="0 " cellspacing ="0 " role ="presentation "
416 style ="margin-bottom:32px ">
427 < tbody >
438 < tr >
10368 </ td >
10469 </ tr >
10570 </ tbody >
106- </ table >
107- < hr
108- style ="border-color:rgb(51,51,51);border-style:solid;margin-top:32px;margin-bottom:32px;width:100%;border:none;border-top:1px solid #333333 " />
109- < table align ="center " width ="100% " border ="0 " cellpadding ="0 " cellspacing ="0 " role ="presentation ">
110- < tbody >
111- < tr >
112- < td >
113- < p
114- style ="color:rgb(227,235,242);font-size:14px;text-align:center;margin-bottom:0px;margin:0px;line-height:24px;margin-top:0px;margin-left:0px;margin-right:0px ">
115- Need help? Contact us at < a href ="mailto:support@spoo.me "
116- style ="color:rgb(124,58,237);text-decoration-line:none "
117- target ="_blank "> support@spoo.me</ a > </ p >
118- < table align ="center " width ="100% " border ="0 " cellpadding ="0 " cellspacing ="0 "
119- role ="presentation " style ="margin-top:16px;margin-bottom:24px ">
120- < tbody style ="width:100% ">
121- < tr style ="width:100% ">
122- < td align ="center ">
123- < table border ="0 " cellpadding ="0 " cellspacing ="0 "
124- role ="presentation " style ="display:inline-block ">
125- < tbody >
126- < tr >
127- < td style ="padding:0 8px ">
128- < a href ="https://github.com/spoo-me/spoo "
129- style ="color:#067df7;text-decoration-line:none "
130- target ="_blank "> < img alt ="GitHub "
131- src ="https://new.email/static/emails/social/social-github.png "
132- style ="width:24px;height:24px;display:block;outline:none;border:none;text-decoration:none " /> </ a >
133- </ td >
134- < td style ="padding:0 8px ">
135- < a href ="https://spoo.me/discord "
136- style ="color:#067df7;text-decoration-line:none "
137- target ="_blank "> < img alt ="Discord "
138- src ="https://new.email/static/emails/social/social-discord.png "
139- style ="width:24px;height:24px;display:block;outline:none;border:none;text-decoration:none " /> </ a >
140- </ td >
141- < td style ="padding:0 8px ">
142- < a href ="https://x.com/spoo_me "
143- style ="color:#067df7;text-decoration-line:none "
144- target ="_blank "> < img alt ="X (Twitter) "
145- src ="https://new.email/static/emails/social/social-x.png "
146- style ="width:24px;height:24px;display:block;outline:none;border:none;text-decoration:none " /> </ a >
147- </ td >
148- </ tr >
149- </ tbody >
150- </ table >
151- </ td >
152- </ tr >
153- </ tbody >
154- </ table >
155- < p
156- style ="color:rgb(227,235,242);font-size:12px;text-align:center;margin:0px;line-height:24px;margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px ">
157- © 2025 spoo.me. All rights reserved.</ p >
158- </ td >
159- </ tr >
160- </ tbody >
161- </ table >
162- </ td >
163- </ tr >
164- </ tbody >
165- </ table >
166- </ body >
167-
168- </ html >
71+ </ table > {% endblock %}
0 commit comments