{{ define "title" }} {{ $name := .Title }} {{ if lower $name | i18n }} {{ $name = lower $name | i18n }} {{ end }}

{{ $name }}

{{ end }} {{ define "main" }} {{ if eq .Description "nottranslated" }} {{ partial "orga/nottranslated.html" . }} {{ else if eq .Description "generator" }} {{ partial "orga/generator.html" . }} {{ else }}
{{ partial "contentlayouts/article.html" (dict "context" . "type" "article") }}
{{ end }} {{ end }} {{ define "ab" }} {{ if ne .Section "orga" }}
Verfasst am
{{ .Date | time.Format ":date_full" }}
{{ if ne .Date .Lastmod }}
zuletzt geƤndert
{{ .Lastmod | time.Format ":date_full" }}
{{ end }}
{{ end }} {{ end }} {{ define "sidebar" }} {{- partial "contentlayouts/menu.html" . }} {{ end }}