all repos — navani @ 4c31ab587f36ba632ad0a08393ecd92227d19e0e

forlater's primary mail processing service

templates/html.tpl (view raw)

 1<!DOCTYPE html>
 2<html lang="en" xmlns="https://www.w3.org/1999/xhtml" xmlns:o="urn:schemas-microsoft-com:office:office">
 3<head>
 4    <meta charset="utf-8">
 5    <meta name="viewport" content="width=device-width,initial-scale=1">
 6    <meta name="x-apple-disable-message-reformatting">
 7    <!--[if !mso]><!-->
 8    <meta http-equiv="X-UA-Compatible" content="IE=edge" />
 9    <!--<![endif]-->
10    <title></title>
11    <!--[if mso]>
12    <style type="text/css">
13        table {border-collapse:collapse;border-spacing:0;margin:0;}
14        div, td {padding:0;}
15        div {margin:0 !important;}
16    </style>
17    <noscript>
18    <xml>
19        <o:OfficeDocumentSettings>
20            <o:PixelsPerInch>96</o:PixelsPerInch>
21        </o:OfficeDocumentSettings>
22    </xml>
23    </noscript>
24    <![endif]-->
25</head>
26<body style="margin:0;padding:0;word-spacing:normal;background-color:#ffffff;">
27    <div role="article" aria-roledescription="email" lang="en" style="-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;background-color:#ffffff;">
28        <table width="100%" align="center" border="0" cellpadding="0" cellspacing="0" role="presentation">
29            <tr>
30                <td align="left">
31                  <!--[if mso]>
32                    <table role="presentation" align="center" style="width:660px;">
33                    <tr>
34                    <td style="padding:20px 0;">
35                  <![endif]-->
36                  <div class="outer" style="width:96%;max-width:660px;margin:20px auto;font-family: sans-serif;">
37                    <em>original link</em>: <a href="{{ .URL }}">{{ .URL }}</a>
38                    <h1>
39                      {{ .Title }}
40                    </h1>
41                    <h2>
42                      {{ .Byline }}
43                    </h2>
44                    <hr>
45                    {{ .Content }}
46                  </div>
47                  <!--[if mso]>
48                    </td>
49                    </tr>
50                    </table>
51                  <![endif]-->
52                </td>
53            </tr>
54        </table>
55    </div>
56</body>
57</html>