diff --git a/backend/templates/email/base.html b/backend/templates/email/base.html
index 09460b9..3b7674e 100644
--- a/backend/templates/email/base.html
+++ b/backend/templates/email/base.html
@@ -1,5 +1,6 @@
+
@@ -7,52 +8,52 @@
pi. ku.
+
-
-
-
-
+
+
+
+
- {# Logo #}
-
-
-
- |
-
-
- {# Body #}
-
- |
- {% block content %}
- {% endblock %}
- |
-
-
- {# CTA #}
- {% if cta %}
+ {# Logo #}
- |
+ |
+
+ |
+
+
+ {# Body #}
+
+ |
+ {% block content %}
+ {% endblock %}
+ |
+
+
+ {# CTA #}
+ {% if cta %}
+
+ |
|
- {% endif %}
+ {% endif %}
- {% if footnote %}
+ {% if footnote %}
- |
+ |
{% block footnote %}
{% endblock %}
|
- {% endif %}
+ {% endif %}
- {# Footer #}
-
- | |
-
-
- |
- {% block footer %}
- {% endblock %}
- |
-
+ {# Footer #}
+
+ |
+ |
+
+
+ |
+ {% block footer %}
+ {% endblock %}
+ |
+
-
- |
-
-
+
+ |
+
+
-
\ No newline at end of file
+
+