Leon4gr45's picture
Upload source files chunk 10
fcd00ef verified
Raw
History Blame Contribute Delete
148 Bytes
{% for plot in titleAndUrls %}
<h2>{{ plot.0 }}</h2>
<a href='{{ plot.1 }}'>
<img border=0 src="{{ plot.1 }}">
</a>
{% endfor %}