<!DOCTYPE html>
<html class="flex w-full h-full ">
<head>
<meta charset="UTF-8">
<title>{% block title %}E-paddleShop App{% endblock %}</title>
{# Run `composer require symfony/webpack-encore-bundle`
and uncomment the following Encore helpers to start using Symfony UX #}
{% block stylesheets %}
{{ encore_entry_link_tags('app') }}
{% endblock %}
</head>
<body style="height: min-content;" class="my-auto w-full">
{% block body %}
<div id="app">Chargement ...</div>
{% endblock %}
{% block javascripts %}
{{ encore_entry_script_tags('app') }}
{% endblock %}
</body>
</html>