{{template "html-head" .}} {{template "navbar" .}}
{{if .Scenes}}
{{range .Scenes}}
{{.Scene.Title}}
{{if .Scene.Date}}
📅 {{.Scene.Date}}
{{end}} {{if .StudioName}}
🏢 {{.StudioName}}
{{end}}
{{if .Scene.Code}} {{.Scene.Code}} {{end}} {{if .Scene.Source}} {{.Scene.Source}} {{end}}
{{end}}
{{else}}

No scenes found.

{{if .Query}}

Try a different search term or view all scenes.

{{else}}

Import scenes using the dashboard or CLI: ./goondex import scene "title"

{{end}}
{{end}}
{{template "html-scripts" .}}