apotheke/layouts/_default/single.html

13 lines
299 B
HTML
Raw Normal View History

2024-05-27 21:13:51 +00:00
{{ define "main" }}
{{ if or (eq .Type "dilosis") (eq .Type "thesis") }}
{{- partial "keimeno.html" . -}}
2024-05-27 21:13:51 +00:00
{{- partial "toc.html" . -}}
{{ end }}
{{ if eq .Type "peri" }}
{{- partial "peri.html" . -}}
2024-05-27 21:13:51 +00:00
{{- partial "toc.html" . -}}
{{ end }}
{{ end }}