Parkinson's Detector
{% if current_user.is_anonymous %}
Login
Register
{% else %}
Dashboard
{% if current_user.is_admin %}
Admin
{% endif %}
Logout
{% endif %}
{# This is the main block that all other templates will extend and fill. #} {% block content %}{% endblock %}
{# A block for page-specific JavaScript files #} {% block scripts %}{% endblock %}