Files
Leitgedanken/msd2/tracking/piwik/plugins/ImageGraph/templates/index.twig
2023-01-23 11:03:31 +01:00

6 lines
148 B
Twig

{% for plot in titleAndUrls %}
<h2>{{ plot.0 }}</h2>
<a href='{{ plot.1 }}'>
<img border=0 src="{{ plot.1 }}">
</a>
{% endfor %}