{% block head %}{% endblock %}
AHDX
Apple Health Data eXporter
Import
Dashboard
Trends
Browse
Routes
ECG
Databases
Database:
{{ active_db['name'] if active_db else '—' }}
◐
{% if auth_enabled %}
Log out
{% endif %}
{% with messages = get_flashed_messages(with_categories=true) %} {% for category, msg in messages %}
{{ msg }}
{% endfor %} {% endwith %} {% block body %}{% endblock %}