{{template "header" .}}
Back
{{ if .SignedIn}} New page{{end}}

{{.NumResults}} results for '{{.Search}}'

Currently in the {{.Domain}} domain.

{{range .Files}}
{{.Slug}}
{{ if $.RWTxtConfig.OrderByCreated}}{{.CreatedDate $.UTCOffset}}{{else}}{{.ModifiedDate $.UTCOffset}}{{end}}
{{with .DataHTML}}
{{.}}
{{end}} {{end}}
{{template "footer" .}}