{{ define "main" }}
{{ .Content }} {{ if eq .Type "photo"}}
{{ range .Page.Params.Photo }} {{ if isset . "value" }} {{ .alt }} {{ else }}  Trying to fix {{end}} {{end}}
{{end}} {{ if eq .Type "article" }} {{ end }}
{{ with .Page.Params.category }}Categories: {{ partial "taxonomy/categories.html" . }}{{ end }}
{{end}}