<!doctype html> <html lang=“de”>
{% include head.html %} <body> {% include header.html %} <main id="content"> {{ content }} </main> {% include footer.html %} </body>
</html>
<!doctype html> <html lang=“de”>
{% include head.html %} <body> {% include header.html %} <main id="content"> {{ content }} </main> {% include footer.html %} </body>
</html>