<!DOCTYPE html> <html>
{% include head.html %} <body> {% include header.html %} <section class="middle wrapper page-content"> <div class="row row-fluid"> <div id="primary" class="site-content"> <div id="content" role="main" class="page"> {{ content }} </div> </div> </div> </section> {% include footer.html %} </body>
</html>