templates/home/blocks/footer.html.twig line 1

Open in your IDE?
  1. <footer style="height:100px;width:100%;background:#5c6065;color:#fff;display:flex;justify-content:center;align-items:center">
  2.     {% if footer is not empty %}
  3.         <h1>{{ footer.0.datas ? footer.0.datas.title : 'Caméléon' }}</h1>
  4.     {% else %}
  5.         Default footer
  6.     {% endif %}
  7. </footer>