{% if has_mermaid %} {% endif %}
{% if title %}
{{ title }}
{% endif %} {% if toc_html %}
{{ toc_html | safe }}
{% endif %}
{% for path, body in sections %} {{ body | safe }} {% if not loop.last %}
{% endif %} {% endfor %}