{{analysis_title}}

{{analysis_subtitle}}

{{dir.title()}}

{% if dir.subdirs %} {% for subdir in dir.subdirs %} {{subdir.title()}} {% endfor %} {% else %} No subdirectories {% endif %}
{% for file in dir.files %} {{file.render()}} {% endfor %}