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

8 lines
258 B
HTML
Raw Normal View History

2022-04-05 20:58:02 +02:00
{{ define "title" }}
2022-04-09 21:34:04 +02:00
<h1>{{ if (i18n .Title (dict "Count" 0))}}{{ i18n .Title (dict "Count" 0) }}{{ else }}{{ .Title }}{{ end }}</h1>
2022-04-05 20:58:02 +02:00
{{ end }}
2022-04-05 17:50:09 +02:00
2022-04-09 21:34:04 +02:00
{{ define "content" }}
{{ partial "snippets/single_chooser" (dict "context" . "pic" "true") }}
2022-04-04 01:13:42 +02:00
{{ end }}