{% extends "static/base.html" %} {% block content %}

{{ web_title }}

{{ web_jargon }}

📂 Existing Session

    {{ name }}

    {{ description }}

    {% for task_input in task_inputs %} {% include "node_page/task/partial/input.html" %} {% endfor %}
    {% endblock %} {% block extra_scripts %} {% endblock %}