{% extends "base.html" %} {% block title %}Runs - Art-DAG L1{% endblock %} {% block content %}

Execution Runs

Browse Recipes →
{% if runs %}
{% for run in runs %} {% include "runs/_run_card.html" %} {% endfor %}
{% if has_more %}
Loading more...
{% endif %} {% else %}

No runs yet

Execute a recipe to see your runs here.

Browse Recipes
{% endif %}
{% endblock %}