<!DOCTYPE html>
<html>
  <head>
    <meta charset='utf-8'>
    <meta http-equiv="X-UA-Compatible" content="chrome=1">
    <link rel="stylesheet" href="{{ '/assets/css/style.css' }}">
    <title>{{ site.title }}</title>
  </head>

  <body>

    <header>
      <div class="container">
        <h1><a href="/">{{ site.title }}</a></h1>
        <h2>{{ site.description }}</h2>
        <section id="tor-url">
        * This site is also available as a Tor hidden service: <a href="http://graffenteqk3od63.onion">http://graffenteqk3od63.onion</a>
        (requires a <a href="https://www.torproject.org/download">Tor-enabled browser</a>)
      </section>
      </div>
    </header>

    <div class="container">
      <section id="main_content">
        {{ content }}
      </section>
    </div>
  </body>
</html>