{# Plotly: load once. Use CDN for small file, or supply inline JS via plotly_js_inline. #} {% if use_plotly_cdn %} {% else %} {{ plotly_js_inline | safe }} {% endif %}
{{ title }}
Generated: {{ generated_at }}
{# Optional intro HTML #} {% if intro_html %}
{{ intro_html | safe }}
{% endif %} {# Table of contents (auto from sections) #} {% if sections and sections|length > 0 %} {% endif %} {# Sections #} {% for sec in sections %}

{{ sec.title }}

{# Each block is an HTML snippet (table, Plotly div, , etc.) #} {% for block in sec.blocks %}
{{ block | safe }}
{% endfor %}
{% endfor %}