templates/partials/_footer.html.twig line 1

Open in your IDE?
  1.           <!-- Page Footer-->
              <footer class="position-absolute bottom-0 bg-darkBlue text-white text-center py-3 w-100 text-xs" id="footer">
                <div class="container-fluid">
                  <div class="row gy-2">
                    <div class="col-sm-6 text-sm-start">
                      <p class="mb-0">Full Service &copy; 2022 - <a href="{{ path('mentionslegales.index') }}" style="align:right">Mentions Légales</a></p>
                    </div>
                    <div class="col-sm-6 text-sm-end">
                      <p class="mb-0">Version {{ app_version.version }}</p>
                    </div>
                  </div>
                </div>
              </footer>