templates/include/footer.html.twig line 1

Open in your IDE?
  1. <!-- Footer -->
  2. <footer class="sticky-footer bg-white">
  3.     <div class="container my-auto">
  4.         <div class="copyright text-center my-auto">
  5.             <span>Copyright &copy; Module <strong>Groupe NVL</strong> {{ 'now'|date('Y') }}</span>
  6.         </div>
  7.     </div>
  8. </footer>
  9. <!-- End of Footer -->