apotheke/layouts/_default/list.html

10 lines
235 B
HTML
Raw Normal View History

2024-05-27 21:13:51 +00:00
{{ define "main" }}
{{ if eq .Type "thesis" }}
{{- partial "thesis-list.html" . -}}
{{ else if eq .Type "delosis" }}
{{- partial "delosis-list.html" . -}}
{{ else }}
{{- partial "404.html" . -}}
{{ end }}
2024-05-27 21:13:51 +00:00
{{ end }}