---
version: foobar
currentDate: <%= new Date() %>
---

<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="utf-8">
  <title>{{ title }} | Hoodiecrow</title>

  <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0">

  <link rel="stylesheet" media="all" href="{{assets}}/css/all.min.css" type="text/css">
  <link rel="stylesheet" media="all" href="{{assets}}/styleguide/css/styleguide.min.css" type="text/css">
</head>
<body>

  <!-- inline icons have to come first, hide immediately with inline styles -->
  <div style="width: 0; height: 0; visibility: hidden;">
    {{glob "src/img/icons/all.svg"}}
  </div>

  <div class="sg-layout">
    <header class="sg-layout__header">
      <img src="{{assets}}/img/whiteout_logo.svg" alt="hoodiecrow.com">
      <h1 class="sg-typo-title">{{ title }}</h1>
    </header>
    <main class="sg-layout__main">
      {{> body}}
    </main>
    <footer class="sg-layout__footer">
      <nav>
        <ul>
          <li><a href="https://hoodiecrow.com/imprint.html" target="_blank">Imprint</a></li>
          <li><a href="https://hoodiecrow.com/privacy-service.html" target="_blank">Privacy</a></li>
          <li><a href="https://hoodiecrow.com/terms.html" target="_blank">Terms</a></li>
          <li><a href="https://github.com/tanx/hoodiecrow/blob/master/README.md#license" target="_blank">License</a></li>
          <li>Version: {{manifest.version}}</li>
        </ul>
      </nav>
      &copy; {{formatDate currentDate "%Y"}} Hoodiecrow Project
    </footer>
  </div>

</body>
</html>