templates/pub/home.html.twig line 1

Open in your IDE?
  1. {% extends 'pub/base.html.twig' %}
  2. {% block body %}
  3.     <div class="flex items-center justify-center">
  4.         <img src="{{ asset('logo.png') }}" />
  5.     </div>
  6. {% endblock %}