{% extends "base.html" %} {% block content %} {{ render_text("This email is sent to " + user.email + ".") }} {{ render_text('Unsubscribe from our emails on https://app.simplelogin.io/dashboard/setting#notification') }} {{ render_text("
") }} {{ render_text("Hi " + user.name) }} {{ render_text("If you use Safari on a MacBook or iMac, you should check out our new Safari extension.") }} {{ render_text('It can be installed on AppStore.') }} {{ render_text('') }} {{ render_text("As usual, let me know if you have any question by replying to this email.") }} {% endblock %}