<!DOCTYPE html> <html ⚡ lang=“en”>

{% include head.html %}

<body>

  <div class="container content">
    <div class="masthead">
      <h3 class="masthead-title">
        <a href="{{ site.baseurl }}/" title="Home">{{ site.title }}</a>
        <small>{{ site.flair }}</small>
      </h3>
    </div>

    <main>
      {{ content }}
    </main>

    <footer class="footer">
      <small>
        &copy; <time datetime="{{ site.time | date_to_xmlschema }}">{{ site.time | date: '%Y' }}</time>.
        All rights reserved. <a href="{{ site.repo }}">View Source.</a>
      </small>
    </footer>
  </div>
</body>

</html>