{{ define "gallery" }} {{ template "header" }}
{{ $length := len .Records }} {{ if eq $length 0 }}

No results found

Double check that your report server can see the database. Check out the --db-path flag for more information.

{{ else }} {{ range .Records}}
{{ .Title }}
{{ end }} {{ end }}
{{ template "footer" }} {{ end }}