{{define "headScripts"}}{{end}} {{define "searchQuery"}}{{.Query}}{{end}} {{define "content"}} {{if .Query}} {{if or .Pages .Files}} {{if .Pages}}

Matching Pages {{.PageTotal}}

{{range .Pages}}
{{.Name}}
/{{.Path}}
{{end}} {{end}} {{if .Files}}

Matching Files {{.FileTotal}}

{{range .Files}}
{{fileIcon .Name}} {{.Name}}
/{{.Path}} · {{.Meta}}
{{end}} {{end}} {{else}}

No matches for “{{.Query}}”.

{{end}} {{else}}

Enter a query above.

{{end}} {{end}} {{define "footerExtras"}} {{if not .IndexBuiltAt.IsZero}}· Index: {{.IndexBuiltAt.Format "2006-01-02 15:04"}}{{end}} {{end}} {{define "extras"}} {{end}}