simple-login/templates/emails/transactional/unsubscribe-newsletter.html
Son Nguyen Kim b742f58829
add a bit of spacing to email template that uses "call" a lot (#1153)
* add a bit of spacing to email template that uses "call" a lot

* apply djlint
2022-07-11 12:06:15 +02:00

21 lines
385 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 %}