{% if page.hero %}
{% for block in page.hero %}
{% image block.value.image original as img__hero %}
{{ self.title }}
{{ self.body|richtext }}
{% endfor %}
{% endif %}
{% if page.impressum %}
{{ self.title }}
{% for block in page.impressum %}
{% include_block block %}
{% endfor %}
{% endif %}
{% endblock %}