templates/_footer.html.twig line 1

Open in your IDE?
  1.      <!-- Footer -->
  2.         <div class="container my-auto">
  3.           <div class="copyright text-center my-auto">
  4.             <span>Copyright &copy; FBB Logistique {{ "now"|date("Y") }}</span>
  5.           </div>
  6.         </div>
  7.       <!-- End of Footer -->