templates/_footer.html.twig line 1

  1. <footer class="text-white mt-auto">
  2.     <div class="bottom-footer py-2 text-center">
  3.         Copyright {{ "now"|date("Y") }}
  4.     </div>
  5. </footer>