forked from rebillar/site-accueil-insa
6 lines
No EOL
148 B
Twig
6 lines
No EOL
148 B
Twig
{% for plot in titleAndUrls %}
|
|
<h2>{{ plot.0 }}</h2>
|
|
<a href='{{ plot.1 }}'>
|
|
<img border=0 src="{{ plot.1 }}">
|
|
</a>
|
|
{% endfor %} |