{#- Layout für halb-Text - halb Bild Startseitendinge -#} {{- '\n ' -}}
{{- '\n ' -}}
{{- '\n ' -}}
{{- '\n ' -}} {%- if this.title_url is defined and this.title_url != '' -%} {%- endif -%}

{{ this.title }}

{%- if this.title_url is defined and this.title_url != '' -%} {%- endif -%} {{- '\n ' -}}
{{- '\n ' -}}
{{- '\n ' -}}
{{ this.content_body }}
{%- if this.content_image -%} {{- '\n ' -}}
{% 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. ToDO: Nochmal nach Bildgrößen schauen, ggf. webp usw. mit einbeziehen... #} {{ this.content_image_alt }} {%- if this.content_image_src is defined and this.content_image_alt != '' -%} {{- '\n ' -}}

{{ this.content_image_src }}

{%- endif -%}
{%- endif %}