footer.html.twig 425 B

12345678
  1. <footer class="footer">
  2. <div class="text-center fixed-bottom bg-white">
  3. <span class="text-muted small">Cette application est développée en Symfony 5.3.3 - Code source disponible sur <a target="_blank" href="https://gogs.fdlibre.eu/sangfroid/films-symfony-4-2">Gogs</a><br>Licence <a target="_blank" href="http://www.wtfpl.net">WTFLP</a></span>
  4. </div>
  5. {% block footer %}
  6. {% endblock %}
  7. </footer>