diff --git a/templates/home.html.twig b/templates/home.html.twig
index 8f8e5cb..14ebc2e 100644
--- a/templates/home.html.twig
+++ b/templates/home.html.twig
@@ -2,8 +2,11 @@
{% block content %}
-
-
Herzlich Willkommen
+
+
+ {% include 'partials/logo.html.twig' with {style: 'height: 3rem; padding-bottom: 0.5rem'} %}
+ Herzlich Willkommen
+
{% include 'partials/osm.html.twig' %}
@@ -43,4 +46,25 @@
{% endif %}
+ {% set collection = page.collection() %}
+ {% for child in collection %}
+
+ {% if child.template == 'info' %}
+
+ {% set text_class = 'col-12' %}
+ {% if child.media.images|first %}
+ {% set text_class = 'col-12 col-md-9' %}
+
+
+
+ {% endif %}
+
+ {{ child.content }}
+
+
+ {% else %}
+
{{ child.title }}
+
{{ child.summary }}
+ {% endif %}
+ {% endfor %}
{% endblock %}
diff --git a/templates/info-list.html.twig b/templates/info-list.html.twig
index 9c218e7..637005a 100644
--- a/templates/info-list.html.twig
+++ b/templates/info-list.html.twig
@@ -22,6 +22,6 @@
{{ child.title }}
{{ child.summary }}
{% endif %}
-
+
{% endfor %}
{% endblock %}
diff --git a/templates/partials/base.html.twig b/templates/partials/base.html.twig
index 9d3a1f2..7867320 100644
--- a/templates/partials/base.html.twig
+++ b/templates/partials/base.html.twig
@@ -58,7 +58,7 @@
© Heike Tischler