{% extends "base.html" %} {% block title %}System Health - garuda-pilot{% endblock %} {% block content %}
{% if result and result.backend == "garuda-health" %}Powered by garuda-health {% else %}Built-in health checks{% endif %} {% if checked_at %} — last checked {{ checked_at[:19] | replace("T", " ") }} UTC{% endif %}