7 lines
164 B
HTML
Executable file
7 lines
164 B
HTML
Executable file
{{ define "main" }}
|
|
{{ if eq .Type "page" }}
|
|
{{- partial "page.html" . -}}
|
|
{{ else }}
|
|
{{- partial "list.html" . -}}
|
|
{{ end }}
|
|
{{ end }}
|