footer.html.twig 300 B

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