<!DOCTYPE html> <html lang=“en”>
{% include head.html %} <body> <main> {{ content }} </main> {% include footer.html %} </body>
</html>
<!DOCTYPE html> <html lang=“en”>
{% include head.html %} <body> <main> {{ content }} </main> {% include footer.html %} </body>
</html>