{% assign items = paginator.posts | sort: 'date' | reverse %} {% if page.hero_blog.i_background %} {% assign i_background = '' %} {% capture i_background %}{% picture banner_3840 pages/{{ page.hero_blog.i_background}} %}{% endcapture %} {% assign i_background_url = i_background | split:'src="' | last | split:'"' | first %} {% endif %}

{{ page.hero_blog.t_headline }}

{{ page.hero_blog.t_subheadline }}

{% for item in items %}
{% if item.article_body.content.heading.image.i_image %} {% picture width_500 collections/{{ item.article_body.content.heading.image.i_image }} alt="{{ item.article_body.content.heading.t_title | strip_html }}" class="card-img-top" %} {% endif %}
{% endfor %}