{{ if .image }} {{ $thumbnail := .image.Resize "500x" }}
{{ .submission.username }}{{ if .submission.late }} (Late {{ time.Format "2006/01/02" (int (mul -0.001 (int (index (findRE `-([1-9]){5,}\w+` .image.Name 1) 0)))) }}){{ end }}
{{ else }}
Image not found!
{{ end }}