sup

A curses threads-with-tags style email client

sup-website.git

git clone https://supmua.dev/git/sup-website/

_layouts/default.md (424B) - raw

      1 ---
      2 ---
      3 <!DOCTYPE html>
      4 <html>
      5   <head>
      6     <meta charset='utf-8'>
      7     <link rel="stylesheet" type="text/css" href="/stylesheets/stylesheet.css" media="screen" />
      8     <link rel="icon" href="data:image/png;base64,iVBORw0KGgo=" />
      9     <title>{{ page.title | default: "sup" }}</title>
     10     <meta name="viewport" content="width=device-width" />
     11   </head>
     12   <body>
     13 {% include header.html %}
     14     {{ content }}
     15 
     16 
     17   </body>
     18 </html>
     19