{{- if i18n "readmore" -}}{{- i18n "readmore" -}}{{- else -}}{{- "readmore" -}}{{- end -}}..
{{ end }}
{{ $metas := dict "when" .context.Params.when "price" .context.Params.price "contact_mail" .context.Params.contact_mail "covid" .context.Params.covid "insta" .context.Params.insta }} {{ if eq .type "list" }} {{ $metas = dict "when" .context.Params.when "price" .context.Params.price }} {{ end }} {{ $type := .type }} {{ $pic := "solo" }} {{ $text := "solo" }} {{ if eq $type "list" }} {{- if and (.context.Resources.ByType "image") (.context.Content) -}} {{ $pic = "multiple_small" }} {{ $text = "multiple_big" }} {{ else if and (.context.Resources.ByType "image") (not (.context.Content)) }} {{ $pic = "multiple_medium" }} {{ end }} {{ end }} {{ partial "snippets/article_metadata" $metas }}