1<!DOCTYPE html>
2<html>
3  {% include head.html %}
4  <body>
5    {% include nav.html alwayson=true %}
6    <div class="navPusher">
7      {% include home_header.html %}
8      <div class="mainContainer">
9        <div id="main_wrap" class="wrapper mainWrapper">
10          {{ content }}
11        </div>
12        {% include powered_by.html %}
13      </div>
14      {% include footer.html %}
15    </div>
16  </body>
17</html>
18