1<!DOCTYPE html>
2<html>
3  {% include head.html %}
4  <body class="docsNavVisible">
5    {% include nav.html alwayson=true %}
6    <div class="navPusher">
7      <div class="docMainWrapper wrapper">
8      {% include nav/collection_nav.html navdata=site.posts type="blog" sectionpath="/blog/" sectiontitle="Blog" %}
9      {{ content }}
10      </div>
11      {% include footer.html %}
12    </div>
13  </body>
14</html>
15