Blood Pressure
{% if current_user.is_authenticated %}
Dashboard
Data
{% if current_user.profile and current_user.profile.profile_pic %}
{% else %}
{% endif %}
Profile
Logout
{% else %}
Login
Signup
{% endif %}
{% with messages = get_flashed_messages(with_categories=True) %} {% if messages %}
{% for category, message in messages %}
{{ message }}
×
{% endfor %}
{% endif %} {% endwith %}
{% block content %} {% endblock %}