{{ title }}
{{ date }}
{% for key, plot in plots.items() %}
{{ loop.index~"." }}
{{ key }}
{% endfor %}
{% for key, plot in plots.items() %}
{{ loop.index~"." }}
{{ key }}
{{ plot }}
{% endfor %}