{% extends "base.html" %} {% block title %}Dashboard — alembic{% endblock %} {% block content %}
Logged in as {{ user.name or user.email }}. Playlist status, job history, and pipeline health will render here once the corresponding services are built (status_service, scheduler_service).
{% endblock %}