2020-02-03 07:46:47 +01:00
|
|
|
{% extends "base.html" %}
|
|
|
|
|
|
|
|
{% block content %}
|
2022-06-29 11:28:26 +02:00
|
|
|
|
2020-02-08 16:44:00 +01:00
|
|
|
<tr>
|
2022-06-29 11:28:26 +02:00
|
|
|
<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">
|
2020-02-08 16:44:00 +01:00
|
|
|
This email is sent to {{ user.email }}.
|
2022-06-29 11:28:26 +02:00
|
|
|
Unsubscribe on
|
|
|
|
<a href="{{ URL }}/dashboard/setting#notification">Settings</a>
|
|
|
|
<hr />
|
2020-02-08 16:44:00 +01:00
|
|
|
</td>
|
|
|
|
</tr>
|
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.") }}
|
2022-06-29 11:28:26 +02:00
|
|
|
{{ render_text('It can be installed on
|
2024-03-12 23:05:54 +01:00
|
|
|
<a href="https://apps.apple.com/app/id6475835429">App Store</a>
|
2022-06-29 11:28:26 +02:00
|
|
|
. Its code is available on
|
|
|
|
<a href="https://github.com/simple-login/mac-app">GitHub</a>
|
|
|
|
.') }}
|
|
|
|
{{ render_text('
|
|
|
|
<img src="https://static.simplelogin.io/safari-extension.png"
|
|
|
|
style="max-width: 600px">
|
|
|
|
') }}
|
|
|
|
{{ 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 %}
|