قرینه از
https://github.com/matomo-org/matomo.git
synced 2025-08-22 06:57:53 +00:00
6 خطوط
148 B
Twig
6 خطوط
148 B
Twig
{% for plot in titleAndUrls %}
|
|
<h2>{{ plot.0 }}</h2>
|
|
<a href='{{ plot.1 }}'>
|
|
<img border=0 src="{{ plot.1 }}">
|
|
</a>
|
|
{% endfor %} |