{{define "public/photo.html"}} {{.Title}} - PhotoDock {{if .Photo.Description.Valid}}{{end}} {{if .Photo.Description.Valid}}{{end}} {{if .NextURL}}{{end}} {{if .PrevURL}}{{end}}
{{if .PrevURL}} {{template "icon-chevron-left"}} {{end}} {{template "icon-shuffle"}} {{if .NextURL}} {{template "icon-chevron-right"}} {{end}} {{if .PhotoPosition}} {{.PhotoPosition}} of {{.PhotoTotal}} {{end}} {{template "icon-external"}} {{template "icon-download"}}
{{if .PrevURL}}{{else}}{{end}} {{if .NextURL}}{{else}}{{end}}
{{if .Photo.Title.Valid}}{{.Photo.Title.String}}{{else}}{{.Photo.Filename}}{{end}}
{{end}}