2020-02-03 07:46:47 +01:00
{% extends "base.html" %}
{% block content %}
2020-02-08 16:44:00 +01:00
< tr >
< td align = "left" valign = "top" style = "border-collapse: collapse ; border-spacing: 0 ; margin: 0 ; padding: 0 ; padding-left: 6 . 25 % ; padding-right: 6 . 25 % ; width: 87 . 5 % ; font-size: 14px ; font-weight: 400 ; line-height: 160 % ;
padding-top: 25px;
color: #000000;
font-family: sans-serif;" class="paragraph">
This email is sent to {{ user.email }}.
2020-08-14 16:23:29 +02:00
Unsubscribe on < a href = "{{URL}}/dashboard/setting#notification" > Settings< / a >
2020-02-08 16:44:00 +01:00
< hr >
< / td >
< / tr >
2020-02-03 07:46:47 +01:00
2021-01-25 21:25:15 +01:00
{{ render_text("Hi") }}
2020-02-03 07:46:47 +01:00
{{ render_text("If you use Safari on a MacBook or iMac, you should check out our new Safari extension.") }}
2020-08-14 16:23:29 +02:00
{{ render_text('It can be installed on < a href = "https://apps.apple.com/app/id1494051017" > App Store< / a > . Its code is available on < a href = "https://github.com/simple-login/mac-app" > GitHub< / a > .') }}
2020-02-08 16:44:00 +01:00
{{ render_text('< img src = "https://static.simplelogin.io/safari-extension.png" style = "max-width: 600px" > ') }}
2020-02-03 07:46:47 +01:00
2020-02-08 16:44:00 +01:00
{{ render_text('See our annoucement post for more information on this feature < a href = "https://simplelogin.io/blog/safari-extension/" > Introducing Safari extension< / a > .') }}
2020-02-03 07:46:47 +01:00
{{ render_text("As usual, let me know if you have any question by replying to this email.") }}
{% endblock %}