2019-04-02 19:54:29 +02:00
|
|
|
{% set collection = page.collection() %}
|
|
|
|
{% set image = page.media.images|first %}
|
|
|
|
|
2019-05-14 19:59:47 +02:00
|
|
|
<section id="footer">
|
2019-04-02 19:54:29 +02:00
|
|
|
{% for p in page.find('/home').children if p != page %}
|
2019-05-14 19:59:47 +02:00
|
|
|
<div class="block">
|
2019-04-08 18:00:38 +02:00
|
|
|
{{p.content}}
|
|
|
|
</div>
|
2019-04-02 19:54:29 +02:00
|
|
|
{% endfor %}
|
|
|
|
</section>
|