<!DOCTYPE html> <html>
{% include head.html %} <body> <div class="wrapper"> {% include header.html %} <div class="content-wrapper"> {% include globalnav.html %} {{ content }} </div> {% include footer.html %} </div> </body>
</html>
<!DOCTYPE html> <html>
{% include head.html %} <body> <div class="wrapper"> {% include header.html %} <div class="content-wrapper"> {% include globalnav.html %} {{ content }} </div> {% include footer.html %} </div> </body>
</html>