Skip to content
Snippets Groups Projects
Commit f57eb743 authored by WAGNER ERIC's avatar WAGNER ERIC
Browse files

test modif home.html.twig

parent 5fe526d8
Branches
No related merge requests found
{% extends 'base.html.twig' %}
{% block body %}
<h1>{{ titre }}</h1>
{% for ville in villes %}
<h2>{{ville.nom}}</h2>
{% endfor %}
{% endblock %}
\ No newline at end of file
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment