{% block head %}{% endblock %}
AI Medical Intelligence Pipeline
{% if current_user.is_authenticated %}
Home
New Scan
Past Reports
{% if show_logs %}
Logs
{% endif %}
Evaluation
About
{% endif %}
{% if current_user.is_authenticated %}
{{ current_user.username }}
Profile
Logout
{% else %}
Login
Register
{% endif %}
{% block content %}{% endblock %}
{% block scripts %}{% endblock %}