{{analysis_title}}
{{analysis_subtitle}}
Home
{% for dir0 in dirs_0 %}
{{dir0.title()}}
{{dir0.title()}}
{% for subdir in dir0.subdirs %}
{{subdir.title()}}
{% endfor %}
{% endfor %}
{{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 %}