{{ title }}

{% if subtitle %}

{{ subtitle }}

{% endif %} {% if metadata %}
{% for key, value in metadata.items() %} {{ key }}: {{ value }} {% endfor %}
{% endif %}
{% if toc and sections|length > 2 %} {% endif %}
{% for section in sections %} {% if section.collapsible %}
{% if section.icon %}{{ section.icon }}{% endif %} {{ section.title }}
{{ section.content_html | safe }}
{% else %}
{% if section.icon %}{{ section.icon }}{% endif %} {{ section.title }}
{{ section.content_html | safe }}
{% endif %} {% endfor %}
{% if has_mermaid %} {% endif %}