{{ this.title }}

{{ this.content_body }}
{% if this.content_image %}
{% set image = record.attachments.images.get(this.content_image) %} {# Wir laden Bilder mit hoher Auflösung hoch. Lektor baut "Thumbnails" mit halber Auflösung. Per srcset bieten wir beides an und der Browser sucht das Richtige raus. Versteht der Browser srcset nicht, greift src. Wichtig: Keine Angaben für width und height berechnen, dann geht beim Skalieren das Seitenverhältnis kaputt. #}
{{ this.content_image_alt }}
{% if this.content_image_src is defined and this.content_image_alt != '' %}

{{ this.content_image_src }}

{% endif %}
{% endif %}