Welcome to Your Crypto Journey
Track your cryptocurrency investments, monitor market trends, and manage your portfolio with our comprehensive platform.
{% endif %}
{% with messages = get_flashed_messages(with_categories=True) %}
{% if messages %}
{% for category, message in messages %}
- {{ message }}
{% endfor %}
{% endif %}
{% endwith %}
{% if user_id %}