bunteshaus.de/themes/buha/layouts/_default/single.html
2022-04-03 01:27:41 +02:00

13 lines
289 B
HTML

{{ define "title" }}
{{ end }}
{{ define "main" }}
{{ if eq .Description "nottranslated" }}
{{ partial "orga/nottranslated.html" . }}
{{ else if eq .Description "generator" }}
{{ partial "orga/generator.html" . }}
{{ else }}
{{ partial "single/article" . }}
{{ end }}
{{ end }}