{% extends 'base.html' %}
{% block part0 %}
{{ Body }}
{% endblock part0 %}
{% block part1 %}
{% for e in NavElement.ColMap.doccoll %}
{% with e.FilenameMatch.lowdash|count + 1 as h %}
{{ e.FilenameMatch.title }}
{% if e.Data.Version %}
{{ e.Data.Version }}
{% endif %}
{% endwith %}
{{ e.Body }}
{% endfor %}
{% endblock part1 %}