templates/components/footer.html.twig line 1

Open in your IDE?
  1. {% block footer %}
  2.     <footer class="footer dflex jcc aic">
  3.         <span class="footer-app-web">Application web Kel Contact</span> | <span class="footer-made-by">made by</span><a href="https://thomas-peresson.com" target="_blank">Thomas PERESSON</a>
  4.     </footer>
  5. {% endblock %}