{{ $gallery := partial "get-gallery.html" . }} {{ with $gallery }}
{{ .page.Title }}

{{ .page.Title }}

{{ if gt .albumCount 0 }} {{ T "albumCount" (dict "count" (.albumCount | lang.FormatNumber 0) "photoCount" (.imageCount | lang.FormatNumber 0 | lang.Translate "photoCount")) }} {{ else }} {{ T "photoCount" (.imageCount | lang.FormatNumber 0) }} {{ end }}

{{ end }}