{% for item in rendered_slides %}
{% set slide = item.slide %}
{{ slide.title }}
{% if slide.subtitle %}
{{ slide.subtitle }}
{% endif %}
{% for cell_html in item.rendered_cells %}
{{ cell_html }}
{% endfor %}
{% if slide.notes %}
{% endif %}
{% endfor %}
{% for item in rendered_slides %}
{% set slide = item.slide %}
{{ loop.index }}{{ slide.title }}
{% endfor %}
{% if "plotly" in plugin_names %}
{% endif %}
{% if "highlight" in plugin_names %}
{% endif %}
{% if "mermaid" in plugin_names %}
{% endif %}
{% if "mathjax" in plugin_names %}
{% endif %}
{% if "highlight" in plugin_names %}
{% endif %}
{% if "mermaid" in plugin_names %}
{% endif %}
{% if "mathjax" in plugin_names %}
{% endif %}