main.mako
21 lines
| 461 B
| application/x-mako
|
MakoHtmlLexer
r1 | ## -*- coding: utf-8 -*- | |||
<%inherit file="base.mako"/> | ||||
r1728 | <%def name="subject()" filter="n,trim,whitespace_filter"> | |||
r1 | </%def> | |||
## plain text version of the email. Empty by default | ||||
<%def name="body_plaintext()" filter="n,trim"> | ||||
${body} | ||||
r510 | ||||
r4038 | --- | |||
r510 | ${self.plaintext_footer()} | |||
r1 | </%def> | |||
## BODY GOES BELOW | ||||
r508 | <table style="text-align:left;vertical-align:top;"> | |||
r4038 | <tr> | |||
<td style="padding-right:20px;padding-top:15px;white-space:pre-wrap">${body}</td> | ||||
</tr> | ||||
r1283 | </table> | |||