{% extends 'layout.html.twig' %}
{% block content %}
<div class="flex flex-col p-4">
<div class="flex-grow border border-gray-500 rounded-md shadow-lg">
<p>Welcome to the Pour Moi PIM document interface</p>
</div>
{% endblock %}