{{ $model := . }} {{- if not $model.image -}}
Kein Bild vorhanden.
{{- else -}} {{- $preview := $model.image.PreviewPath -}} {{- $image := $model.image.ImagePath -}}
{{ $model.image.Title }}
{{- if $model.image.Description -}}
{{ Safe $model.image.Description }}
{{- end -}}
{{ $model.image.Key }}
Vorschau
{{- if $preview -}} {{- else -}} {{- end -}}
Bild
{{- if $image -}} {{- else -}} {{- end -}}
{{ GermanDate $model.image.Created }} {{ GermanTime $model.image.Created }} {{- if $image -}} {{- end -}}
{{- end -}}