Marcel Kapfer
5833a8ede8
Not because it is "old". But because, sadly, there are so many cruelties going on at the moment that it no longer feels right to highlight just one. And making every page of this site a long list of current disasters is also not a good way forward. Let's all hope for a brighter tomorrow!
15 lines
307 B
HTML
15 lines
307 B
HTML
<!DOCTYPE html>
|
|
<html lang="{{ .Language.Lang }}">
|
|
<head>
|
|
{{ partial "head.html" . }}
|
|
</head>
|
|
<body>
|
|
{{- partial "header.html" . -}}
|
|
<main>
|
|
{{- block "main" . }}{{- end }}
|
|
</main>
|
|
<footer>
|
|
{{- partial "footer.html" . -}}
|
|
</footer>
|
|
</body>
|
|
</html>
|