Files
fosscat-site/themes/gokarna/layouts/_default/list.html
T
2026-02-23 01:10:21 -07:00

8 lines
164 B
HTML

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