{{template "html-head" .}} {{template "navbar" .}}
{{if .Studios}}
{{range .Studios}}
{{.Studio.Name}}
{{.SceneCount}} scenes
{{if .Studio.Description}}
{{.Studio.Description}}
{{end}} {{if .Studio.Source}}
{{.Studio.Source}}
{{end}}
{{end}}
{{else}}

No studios found.

Import studios now.

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