{{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.

Import scenes now.

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