{#
{% for part in config.content %} {% if part.chapters %} {% for chapter in part.chapters %}

{% if current_chapter == chapter.id %} {{ chapter.index.content.metadata.title }} {% endif %}

{% endfor %} {% endif %} {% endfor %}
#}