all repos — navani @ 7251f1ba6f5f2ef42c543124d0132057f4894ee4

forlater's primary mail processing service

templates/html.tpl (view raw)

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