archetypes
assets
content
data
i18n
layouts
_default
abiturienten.html
anmeldung.html
baseof.html
cantorfora.html
cantorpreis.html
forms.html
ganztagsangebote.html
list.html
page.html
post.html
schulchronik.html
single.html
wettbewerbe.html
abiturienten
about
anmeldung
author
cantorfora
cantorpreis
forms
ganztagsangebote
jia
kontakt
pages
pages-nocontent
partials
schuelerrat
schulchronik
shortcodes
termine
wettbewerbe
404.html
index.html
resources
static
.gitlab-ci.yml
.hugo_build.lock
config.toml
15 lines
349 B
HTML
15 lines
349 B
HTML
|
<!DOCTYPE html>
|
||
|
<html lang="{{ with .Site.LanguageCode }}{{ . }}{{ else }}en-US{{ end }}">
|
||
|
{{- partial "head.html" . -}}
|
||
|
|
||
|
<body>
|
||
|
{{- partial "preloader.html" . -}}
|
||
|
{{- partial "header.html" . -}}
|
||
|
{{ if not .IsHome }}
|
||
|
{{ partial "page-header.html" . }}
|
||
|
{{ end }}
|
||
|
{{- block "main" . }}{{- end }}
|
||
|
{{- partial "footer.html" . -}}
|
||
|
</body>
|
||
|
|
||
|
</html>
|