templates/index.html.twig line 1

Open in your IDE?
  1. {%  extends "base.html.twig" %}
  2. {%  block body %}
  3.     <div style="width:100%;height:100vh; display:flex;justify-content: center; align-items: center">
  4.         <img src="{{ asset('images/logo_z.jpg') }}">
  5.     </div>
  6. {%  endblock %}