forked from hacc/haccfiles
14 lines
227 B
HTML
14 lines
227 B
HTML
|
<!DOCTYPE html>
|
||
|
<html lang="de">
|
||
|
{% include head.html %}
|
||
|
|
||
|
<body>
|
||
|
<section id="top-section">
|
||
|
{% include header.html %}
|
||
|
</section>
|
||
|
<section>
|
||
|
{{ content }}
|
||
|
</section>
|
||
|
{% include footer.html %}
|
||
|
</body>
|