diff --git a/templates/email.html b/templates/email.html index c728a97..e7d64a5 100644 --- a/templates/email.html +++ b/templates/email.html @@ -1,39 +1,153 @@ {% load static %} -
-
- -
- ONTARIO ASSOCIATION OF -
- CHILD PROTECTION LAWYERS -
-
-
- {% if name %} - Hello {{ name }}, -
-
- {% endif %} - {% autoescape off %} - {{ content }} - {% endautoescape %} - {% if signature %} - {{ signature }} - {% else %} -
-
- -- -
-
- Sincerely, -
- The OACPL Team - {% endif %} -
-
-
-

© 2017 Ontario Association of Child Protection Lawyers. Created By Zak Timson{% if unsubscribe %} Unsubscribe here{% endif %}

-
-
-
+ + + + + + Simple Transactional Email + + + + + + + + + +
  +
+ + + + + + + + +
+ + + + +
+ +
+ ONTARIO ASSOCIATION OF +
+ CHILD PROTECTION LAWYERS +
+

+ {% if name %} + Hello {{ name }}, +
+
+ {% endif %} +

+

+ {% autoescape off %} + {{ content }} + {% endautoescape %} +

+

+ {% if signature %} + {{ signature }} + {% else %} +
+
+ Sincerely, +
+ The OACPL Team + {% endif %} +

+
+
+ +
+
 
+ + \ No newline at end of file