<!DOCTYPE html> <html>
{% include head.html %} <body> {% include header.html %} <div id="container"> {{ content }} </div> {% include footer.html %} </body>
</html>
<!DOCTYPE html> <html>
{% include head.html %} <body> {% include header.html %} <div id="container"> {{ content }} </div> {% include footer.html %} </body>
</html>