2020-04-02 23:26:17 +02:00
{% extends "base.html" %}
{% block content %}
{{ render_text("Hi " + user.name) }}
2020-04-26 13:16:49 +02:00
{% call text() %}
If you want to quickly create aliases without going to SimpleLogin website, you can do that with SimpleLogin
< a href = "https://chrome.google.com/webstore/detail/simplelogin-your-anti-spa/dphilobhebphkdjbpfohgikllaljmgbn" > Chrome< / a >
(or other Chromium-based browsers like Brave or Vivaldi),
< a href = "https://addons.mozilla.org/en-GB/firefox/addon/simplelogin/" > Firefox< / a > and
< a href = "https://apps.apple.com/us/app/simplelogin/id1494051017?mt=12&fbclid=IwAR0M0nnEKgoieMkmx91TSXrtcScj7GouqRxGgXeJz2un_5ydhIKlbAI79Io
2020-04-02 23:26:17 +02:00
">Safari< / a > extension.
2020-04-26 13:16:49 +02:00
{% endcall %}
2020-04-02 23:26:17 +02:00
2020-04-26 13:16:49 +02:00
{% call text() %}
2020-05-02 11:00:03 +02:00
You can also manage your aliases using SimpleLogin
< a href = "https://play.google.com/store/apps/details?id=io.simplelogin.android" > Android App< / a >
or < a href = "https://apps.apple.com/us/app/simplelogin-anti-spam/id1494359858" > iOS app< / a > .
2020-04-26 13:16:49 +02:00
{% endcall %}
2020-04-02 23:26:17 +02:00
{{ render_text('Thanks, < br / > SimpleLogin Team.') }}
{{ render_text('< strong > P.S.< / strong > Need immediate help getting started? Just reply to this email, the SimpleLogin support team is always ready to help!.') }}
{% endblock %}
{% block footer %}
This email is sent to {{ user.email }} and is part of our onboarding series. Unsubscribe on
< a href = "https://app.simplelogin.io/dashboard/setting#notification" > Settings< / a >
{% endblock %}