{% for s in outcome.sections %}
{% with section_data = s %}{% include "partials/result_section.html" %}{% endwith %}
{% endfor %}
{% else %}
{% with section_data = outcome.sections[0] %}{% include "partials/result_section.html" %}{% endwith %}
{% endif %}