view _layouts/default.html @ 0:7abe02bf29ec

initial commit
author Alex Krolick <whokilledtheelectricmonk@gmail.com>
date Sat, 07 Nov 2015 18:04:42 -0800
parents
children 171ca967fcc9 8d1c300f0a3a
line wrap: on
line source

<!DOCTYPE html>
<html>

  {% include head.html %}

  <body>

    {% include header.html %}

    <div class="page-content">
      <div class="wrapper row">
        {{ content }}
      </div>
    </div>

    {% include footer.html %}

  </body>

</html>