Mon, 01 May 2017 13:32:57 -0400
tweak a little more
556
0313b9d2f171
Make a stripped-down html5 mail template
Meredith Howard <mhoward@roomag.org>
parents:
diff
changeset
|
1 | <!DOCTYPE html> |
0313b9d2f171
Make a stripped-down html5 mail template
Meredith Howard <mhoward@roomag.org>
parents:
diff
changeset
|
2 | <html$if(lang)$ lang="$lang$"$endif$$if(dir)$ dir="$dir$"$endif$> |
0313b9d2f171
Make a stripped-down html5 mail template
Meredith Howard <mhoward@roomag.org>
parents:
diff
changeset
|
3 | <head> |
0313b9d2f171
Make a stripped-down html5 mail template
Meredith Howard <mhoward@roomag.org>
parents:
diff
changeset
|
4 | <meta charset="utf-8"><meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes"> |
557 | 5 | <style type="text/css"> |
6 | code{white-space: pre;} body{font-family:sans-serif} p{line-height:1.2em} | |
7 | $if(quotes)$q { quotes: "“" "”" "‘" "’"; } $endif$ | |
8 | $if(highlighting-css)$ $highlighting-css$ $endif$ | |
9 | </style> | |
556
0313b9d2f171
Make a stripped-down html5 mail template
Meredith Howard <mhoward@roomag.org>
parents:
diff
changeset
|
10 | </head> |
0313b9d2f171
Make a stripped-down html5 mail template
Meredith Howard <mhoward@roomag.org>
parents:
diff
changeset
|
11 | <body> |
0313b9d2f171
Make a stripped-down html5 mail template
Meredith Howard <mhoward@roomag.org>
parents:
diff
changeset
|
12 | $body$ |
0313b9d2f171
Make a stripped-down html5 mail template
Meredith Howard <mhoward@roomag.org>
parents:
diff
changeset
|
13 | </body> |
0313b9d2f171
Make a stripped-down html5 mail template
Meredith Howard <mhoward@roomag.org>
parents:
diff
changeset
|
14 | </html> |