apotheke/layouts/_default/list.html
2024-06-16 02:32:56 +02:00

7 lines
164 B
HTML
Executable file

{{ define "main" }}
{{ if eq .Type "page" }}
{{- partial "page.html" . -}}
{{ else }}
{{- partial "list.html" . -}}
{{ end }}
{{ end }}