{% if overview_data %} {% with dataset=overview_data %} {% include 'templates/section_content/section-generic.html' %} {% endwith %} {% endif %} {% if input_data %} {% with dataset=input_data %} {% include 'templates/section_content/section-generic.html' %} {% endwith %} {% endif %} {% if alignment_data %} {% with dataset=alignment_data %} {% include 'templates/section_content/section-generic.html' %} {% endwith %} {% endif %} {% if connectivity_data %} {% with dataset=connectivity_data %} {% include 'templates/section_content/section-generic.html' %} {% endwith %} {% endif %} {% if output_data %} {% with dataset=output_data %} {% include 'templates/section_content/section-generic.html' %} {% endwith %} {% endif %} {% if data_profiling %} {% with dataset=data_profiling %} {% include 'templates/section_content/section-generic.html' %} {% endwith %} {% endif %} {% if data_tests %} {% with dataset=data_tests %} {% include 'templates/section_content/section-generic.html' %} {% endwith %} {% endif %}