Some checks failed
Build-Release-Image / Build-Image (linux/arm64) (push) Successful in 3m21s
Build-Release-Image / Build-Image (linux/amd64) (push) Has been cancelled
Build-Release-Image / Merge-Images (push) Has been cancelled
Build-Release-Image / Create-Release (push) Has been cancelled
Build-Release-Image / Notify (push) Has been cancelled
21 lines
417 B
HTML
21 lines
417 B
HTML
{% extends "base.html" %}
|
|
|
|
{% block content %}
|
|
|
|
{% call text() %}
|
|
<h1>You have been unsubscribed from SimpleLogin newsletter.</h1>
|
|
{% endcall %}
|
|
|
|
{% call text() %}
|
|
We would love to know why do you want to unsubscribe from our communication.
|
|
Please let us know by replying to this email.
|
|
{% endcall %}
|
|
|
|
{% call text() %}
|
|
Best,
|
|
<br />
|
|
SimpleLogin Team.
|
|
{% endcall %}
|
|
|
|
{% endblock %}
|