templates/front/partial/footer.html.twig line 1

Open in your IDE?
  1. <footer id="footer" class="text-center">
  2.     <div class="container-fluid">
  3.         <p id="copyright">Copyright {{ "now"|date("Y") }} Planet Fitness</p>
  4.     </div>
  5. </footer>