footer.html.twig 271 B

123456789
  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. {% endfor %}
  8. </section>