<!DOCTYPE html>
<html lang="de">
{% include head.html %}

<body>
    <section id="top-section">
        {% include header.html %}
    </section>
    <section>
    {{ content }}
    </section>
 {% include footer.html %}
</body>