apotheke/layouts/_default/single.html

12 lines
299 B
HTML

{{ define "main" }}
{{ if or (eq .Type "dilosis") (eq .Type "thesis") }}
{{- partial "keimeno.html" . -}}
{{- partial "toc.html" . -}}
{{ end }}
{{ if eq .Type "peri" }}
{{- partial "peri.html" . -}}
{{- partial "toc.html" . -}}
{{ end }}
{{ end }}