{% extends "base.html" %} {% block title %}nuvel · home{% endblock %} {% block topbar_right %} {% if live %}live · {% endif %}{{ runs|length }} run{{ '' if runs|length == 1 else 's' }} {% endblock %} {% block body %}
{{ recent_error.trace_id_short }} · {{ recent_error.summary }}No runs yet. Try nuvel dashboard --demo to see what this looks like with sample data.