Mon, 12 Jun 2017 17:20:38 -0400
smarter jk maps
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} | |
566 | 7 | blockquote{margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex} |
557 | 8 | $if(quotes)$q { quotes: "“" "”" "‘" "’"; } $endif$ |
9 | $if(highlighting-css)$ $highlighting-css$ $endif$ | |
10 | </style> | |
556
0313b9d2f171
Make a stripped-down html5 mail template
Meredith Howard <mhoward@roomag.org>
parents:
diff
changeset
|
11 | </head> |
0313b9d2f171
Make a stripped-down html5 mail template
Meredith Howard <mhoward@roomag.org>
parents:
diff
changeset
|
12 | <body> |
563 | 13 | $body$ |
556
0313b9d2f171
Make a stripped-down html5 mail template
Meredith Howard <mhoward@roomag.org>
parents:
diff
changeset
|
14 | </body> |
0313b9d2f171
Make a stripped-down html5 mail template
Meredith Howard <mhoward@roomag.org>
parents:
diff
changeset
|
15 | </html> |