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

{{if .Query}}

Try a different search term or view all studios.

{{else}}

Import studios using the dashboard or CLI: ./goondex import studio "name"

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