Advertisement
OOPMan

base_email.html

Jun 19th, 2014
37
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.56 KB | None | 0 0
  1. <html>
  2.   <head></head>
  3.   <body style="width: 700px;
  4.               background-color: #F1F1F1;
  5.               font-family: Helvetica, sans-serif;">
  6.   <img src="cid:signature" alt="RecoMed logo" style="margin-top: 20px; margin-left: 30px;"/>
  7.   <table style="width: 640px;
  8.                margin: 10px auto 30px;
  9.                background-color: #FFFFFF;
  10.                border-radius: 10px;
  11.                border: 1px solid #b9b9b9;">
  12.       {% block body %}{% endblock body %}
  13.   </table>
  14.   <p style="height: 30px; width: 100%;">&nbsp;</p>
  15.   </body>
  16. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement