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

8 lines
258 B
HTML

{{ define "title" }}
<h1>{{ if (i18n .Title (dict "Count" 0))}}{{ i18n .Title (dict "Count" 0) }}{{ else }}{{ .Title }}{{ end }}</h1>
{{ end }}
{{ define "content" }}
{{ partial "snippets/single_chooser" (dict "context" . "pic" "true") }}
{{ end }}