2019-04-02 19:54:29 +02:00

11 lines
300 B
Twig

{% set collection = page.collection() %}
{% set image = page.media.images|first %}
<section id="footer" class="section blog-listing">
{% for p in page.find('/home').children if p != page %}
<h1>{{p.title}}</h1>
{{p.content}}
<div class="map"></div>
{% endfor %}
</section>