forked from hacc/haccfiles
stuebinm
ae67b38304
however, for some reason, ACME still fails. Hopefully it's just the rate limit, but it does look suspicious; there' still a "www.muc.hacc.space" in the log that oughtn't be there …
13 lines
227 B
HTML
13 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>
|