McDoPlus/templates/home/index.html.twig
ExostFlash 8e08cca74f modif
2023-11-21 11:09:51 +01:00

17 lines
293 B
Twig

{% extends 'base.html.twig' %}
{% block title %}Home{% endblock %}
{% block body %}
<div>
<h1>Bienvenue à McDoPlus !</h1>
compte utilisateur c'est <code><a href="/user">ici</a></code>
<article>
<h3>test</h3>
<p>coucou</p>
</article>
</div>
{% endblock %}