{% set sections = __SELF__.sections_with_docs %} {% for section in sections %}
{{ section.section_name }}
{% for doc in section.section_docs %} {% if loop.index < 6 %} {{ doc.file_name }} {% endif %} {% endfor %} {% if section.section_docs[5] %}
{% for doc in section.section_docs %} {% if loop.index > 5 %} {{ doc.file_name }} {% endif %} {% endfor %}
{% endif %}
{% endfor %}