{% extends "layouts/layout_without_sidebar.html" %} {% block title %}Home{% endblock %} {% block heading %}

Home

{% endblock %} {% block content %} {% if upload_notice %} {% endif %}
Welcome

Select a task to run analysis on the configured dataset.

Load Different Dataset
Available Tasks
{% for task in tasks %}

{{ task[0] }} {{ task[1] }}

{% endfor %}
{% endblock %}