<!DOCTYPE html> <html> {% include head.html %} <body>
{{ content }} {% include footer.html %} {% include scripts.html %}
</body> </html>
<!DOCTYPE html> <html> {% include head.html %} <body>
{{ content }} {% include footer.html %} {% include scripts.html %}
</body> </html>