{% block head %}{% endblock %}
HealthClaw Guardrails
Home
Health Data Dashboard
Command Center
FAQ
Wiki
Skills
v1.1.0
R4 US Core v9
R6 ballot3
{% with messages = get_flashed_messages(with_categories=true) %} {% if messages %} {% for category, message in messages %}
{{ message }}
{% endfor %} {% endif %} {% endwith %} {% block content %}{% endblock %}
{% block scripts %}{% endblock %}