{% block head %}{% endblock %}
AHDXApple Health Data eXporter
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 %}