forked from hacc/haccfiles
17 lines
212 B
HTML
17 lines
212 B
HTML
|
<!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>
|