bunteshaus.de/themes/buha/layouts/_default/single.html

13 lines
289 B
HTML
Raw Normal View History

2021-10-23 22:20:01 +02:00
{{ define "title" }}
{{ end }}
{{ define "main" }}
2022-04-03 01:27:41 +02:00
{{ if eq .Description "nottranslated" }}
{{ partial "orga/nottranslated.html" . }}
{{ else if eq .Description "generator" }}
{{ partial "orga/generator.html" . }}
{{ else }}
{{ partial "single/article" . }}
{{ end }}
2021-10-23 22:20:01 +02:00
{{ end }}