{% if theme == "auto" %}
{% else %}
{% endif %}
{% if toc and toc | length > 0 %}
Table of Contents
{% for item in toc %}
{{ item.text }}
{% endfor %}
{% endif %}
{% if show_back_link %}
← Back to file list
{% endif %}
{{ content | safe }}
{% if enable_search %}
{% endif %} {% if has_mermaid %} {% endif %} {% if enable_edit and markdown_content %} {% endif %}