{{ include_file(input.model_plot_html)|safe }}
{{ include_file(input.state_frequencies_plot_html)|safe }}
{% for iqtree_report, iqtree_log, svg, consensus_tree_svg in zip(input.genetree_iqtree_reports, input.genetree_iqtree_logs, input.genetree_svgs, input.genetree_consensus_svgs) %}
{{ parent_name(iqtree_report) }}
{{ include_file(svg)|safe }}
{{ include_file(consensus_tree_svg)|safe }}
{{ include_file(iqtree_report)|safe }}
{{ include_file(iqtree_log)|safe }}
{% endfor %}