13 lines
136 B
HTML
13 lines
136 B
HTML
|
<!DOCTYPE html>
|
||
|
<html lang="de">
|
||
|
{% include head.html %}
|
||
|
|
||
|
<body>
|
||
|
<section>
|
||
|
|
||
|
{{ content }}
|
||
|
|
||
|
</section>
|
||
|
{% include footer.html %}
|
||
|
</body>
|