{{ title }}

{% for context in context_reports %}

{{ context.heading }}

{{ context.caption }}
{% for plot in context.plots %}

{{ plot.title }}

{{ plot.data }} {% endfor %} {% endfor %}