Files
contrib/templates/home/index.html.twig
BRAMAS Arthur 02765a025e first commit
2025-10-13 17:26:15 +02:00

9 lines
237 B
Twig
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{% extends 'base.html.twig' %}
{% block title %}Accueil{% endblock %}
{% block body %}
<h1>Bienvenue sur lapplication de suivi dactivités !</h1>
<p>Utilisez la navbar pour naviguer entre les sections.</p>
{% endblock %}