Total Files: {{ html_files|length }} |
Groups: {{ file_groups|length }} |
Generated: {{ output_file_stem }}
{# NLL Results Section #}
{% if file_groups.nll_groups %}
NLL Results
{% for group_name, files in file_groups.nll_groups.items() %}
{% endfor %}
{% endif %}
{# Density Ratios Section #}
{% if file_groups.density_ratios %}
Density Ratios
{% for base_name, file_path in file_groups.density_ratios.items() %}
{% endfor %}
{% endif %}
{% if file_groups.misc_files %}
Folders
{% for base_name, file_path in file_groups.index_files.items() %}
{% endfor %}
{% endif %}
{# Miscellaneous files section #}
{% if file_groups.misc_files %}
Other Reports
{% for base_name, file_path in file_groups.misc_files.items() %}
{% endfor %}
{% endif %}