<!DOCTYPE html>

<html>

<head>
  {% include head.html %}
</head>

<body class='root-layout fill-main-b scribe-main'>

  {% include banner.html %}

  {% include header.html %}

  <div class="l-main">
    {{ content }}
  </div>

  {% include footer.html %}
</body>

</html>