<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="utf-8">
    <title>$title$</title>

    <link rel="stylesheet"     href="theme.css">
    <link rel="shortcut icon" href="favicon.svg" type="image/svg">

    <meta name="viewport"       content="width=device-width, initial-scale=1.0, user-scalable=yes">
    <meta name="keywords"       content="$for(keywords)$$keywords$$sep$, $endfor$">
    <meta name="description"    content="$description$">
    <meta name="theme-color"    content="#000">

    <meta name="og:description" content="$description$">
    <meta name="og:title"       content="$title$">
</head>
<body>
  <header>
    <nav>
      <h1>crypto f·art</h1>
    </nav>
    <section>
      <figure>
        <img width="400" height="400">
        <figcaption></figcaption>
      </figure>
      <ul class="comments">
        <li>
          <p><strong>@cabouhai</strong> made an offer of 2.2Ξ ($$2834)<p>
          <p class="time">1 HOUR AGO</p>
        </li>
        <li>
          <p><strong>@lescobar</strong> made an offer of 1.9Ξ ($$2439)<p>
          <p class="time">2 HOURS AGO</p>
        </li>
        <li>
          <p><strong>@Lapin0t</strong> made an offer of 0.0Ξ ($$0)<p>
          <p class="time">5 HOURS AGO</p>
        </li>
        <li>
          <p><strong>@liautaud</strong> made an offer of 0.0Ξ ($$0)<p>
          <p class="time">5 HOURS AGO</p>
        </li>
        <li>
          <p><strong>@liautaud</strong> made an offer of 0.0Ξ ($$0)<p>
          <p class="time">5 HOURS AGO</p>
        </li>
      </ul>
    </section>
    <div>
      <a href="#main">Learn more</a>
    <div>
  </header>
  <main id="main">
    $if(toc)$
    <nav>
    $table-of-contents$
    </nav>
    $endif$

    $body$
  </main>
</body>
</html>