vendor/fourtwosix/interface-bundle/templates/index.html.twig line 1

Open in your IDE?
  1. {% extends "@FourtwosixInterface/base.html.twig" %}
  2. {% block body_content %}
  3.     <div class="bg-dark">
  4.         <div class="container">
  5.             <div class="d-flex align-items-center justify-content-center" style="height: 100vh; width: 100%">
  6.                 <img src="{{ asset("bundles/fourtwosixinterface/logo.svg") }}" width="100" height="100" alt="{{ "interface.page.title"|trans }}"/>
  7.             </div>
  8.         </div>
  9.     </div>
  10. {% endblock %}