{% for key, plot in plots.items() %}

{{ loop.index~"." }} {{ key }}

{{ plot }}
{% endfor %}