HegreEtConfort/templates/fault/list.html.twig
2024-11-21 16:31:49 +01:00

9 lines
190 B
Twig

{% extends 'base.html.twig' %}
{% block title %}Hello UserController!{% endblock %}
{% block body %}
{% for user in users %}
{{ fault.Wording }}
{% endfor %}
{% endblock %}