Welcome to {{ g.branding.app_name if g.branding else 'TimeTrack' }}
Create your account to start tracking time
{% with messages = get_flashed_messages(with_categories=true) %}
{% if messages %}
{% for category, message in messages %}
{{ message }}
{% endfor %}
{% endif %}
{% endwith %}