{% extends "base.html" %} {% import "macros/image.html" as image %} {% block content %} {# ───────── Carousel ───────── #} {# ───────── News (loaded from content/news.md) ───────── #} {% set news_page = get_page(path="news.md") %}
{{ news_page.content | safe }}
{# ───────── About columns ───────── #}
{% for col in section.extra.about_columns %}
{{ col.text | markdown(inline=false) | safe }}
{% endfor %}
{# ───────── Service grid ───────── #}

Unsere Leistungen

{# ───────── Team preview ───────── #} {% if section.extra.team_preview %}

Unser Team

{% endif %} {# Notfall block intentionally skipped — was `published: false` in Grav. #} {# ───────── Map ───────── #} {# Map shortcode added in Task 20; left as a placeholder comment here. #} {# {{ map() }} #} {% endblock %}