{% extends "base.html" %} {% block title %}Dashboard — rosbackup-ng{% endblock %} {% block page_title %}Dashboard{% endblock %} {% block head_actions %}Run a backup{% endblock %} {% block content %} {# Live dashboard: this container polls its own body fragment every few seconds and swaps it in seamlessly (no full reload). SSE drives the per-run live view. #}
{% include "_dashboard_body.html" %}
{% endblock %}