<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="utf-8">
    <meta name="color-scheme" content="dark light">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <link rel="stylesheet" href="/style.css">
    <title>{{#title}}{{title}}: {{/title}}{{site}}</title>
  </head>
  <body>
    <p>
      <a href="/" title="romanzolotarev.com"><img
          src="/logo.png"
          width="48"
          height="48"
          alt="logo"
        ></a>
    </p>
    {{content}}
    <p>
      <a href="/about/">about</a> &ndash; <a href="/uses/">uses</a> &ndash; <a
        href="/now/"
      >now</a>
    </p>
    <p>
      <a title="follow me" rel="me" href="https://romanzolotarev.com/pub/hi"
      >@hi@romanzolotarev.com</a>
    </p>
  </body>
</html>
