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

résolution du bug

parent 7329b5db
Branches master
No related merge requests found
{% extends 'base.html.twig' %}
{% block body %}
<h1>{{ titre }}</h1>
{% for ville in villes %}
<h2>{{ville.nom}}</h2>
<h2>{{ville.img}}</h2>
<h2>{{ville.id}}</h2>
<h3>{{ville.img}}</h3>
<h3>{{ville.alt}}</h3>
{% 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