{% extends "base.html" %} {% block title %}Health — nx console{% endblock %} {% block content %}

Health

{{ health_checks | length }} checks
{% include "health/_cards.html" %}
{% endblock %}