<!DOCTYPE html> <html>
{% include head.html %} <body> <section class="section"> <div class="container is-max-desktop"> {% include header.html %} {{ content }} {% include footer.html %} </div> </section> <script src="//cdnjs.cloudflare.com/ajax/libs/modernizr/2.5.3/modernizr.min.js" type="text/javascript"></script> </body>
</html>