{{ title }}
{%- for section in sections -%}
{{ section.title }}
{% for key in section.items.keys() %}
{{ key }}: {{ section.items[key] }}
{% endfor %} {%- endfor -%}
Plots
{%- for plot in plots -%}
{%- endfor -%}