From d9827c9e82a938e9f9c8736cd07640ee01a2ed25 Mon Sep 17 00:00:00 2001 From: ramvignesh-b Date: Wed, 29 Apr 2026 15:14:39 +0530 Subject: [PATCH] style: refactor email template --- backend/templates/email/base.html | 133 +++++++++++++++--------------- 1 file changed, 68 insertions(+), 65 deletions(-) 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 #} - - - - - {# CTA #} - {% if cta %} + {# Logo #} - + + + {# Body #} + + + + + {# CTA #} + {% if cta %} + + - {% endif %} + {% endif %} - {% if footnote %} + {% if footnote %} - - {% endif %} + {% endif %} - {# Footer #} - - - - - - + {# Footer #} + + + + + + -
- Pi.Ku -
- {% block content %} - {% endblock %} -
+ + Pi.Ku +
+ {% block content %} + {% endblock %} +
@@ -60,41 +61,43 @@
- + letter-spacing: 0.04em; + font-weight: bold;"> {{ cta.title }}
+ {% block footnote %} {% endblock %}
 
- {% block footer %} - {% endblock %} -
+  
+ {% block footer %} + {% endblock %} +
-
+
+ + + - \ No newline at end of file + +