{{- if .Params.image -}}
{{- partial "commons/image.html"
(dict
"image" .Params.image
"alt" .Title
"mobile" "351x291"
"tablet" "334x167"
"desktop" "634x317"
) -}}
{{- else -}}
{{- partial "commons/image-default.html" (dict "class" "img-fluid") -}}
{{- end -}}