Newer
Older
<section
class="hero is-fullheight-with-navbar has-teckids-orange-light-bg"
id="frontpage-claim-block"
>
<div class="hero-body">
<div class="container">
<p class="title is-1 has-text-centered">{{ section.extra.headlines.claims }}</p>
{% for claim in section.extra.claims %}
<img src="/{{ claim.image }}" alt="image">
</div>
<div class="column is-four-fifths">
<h1 class="title is-3">{{ claim.title }}</h1>
</div>
</div>
{% endfor %}
</div>