apotheke/layouts/_default/list.html

8 lines
164 B
HTML
Raw Normal View History

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