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

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

{{ content }}

</section>
{% include footer.html %}
</body>