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.data.nav_docs type="docs" sectionpath="/docs/" sectiontitle="Docs" data_collection=site.docs %}
9      {{ content }}
10      </div>
11      {% include footer.html %}
12    </div>
13  </body>
14</html>
15