{% extends "base.html" %} {% block title %}Login - Banko AI Assistant{% endblock %} {% block content %}
CockroachDB

Who's banking today?

{% if show_signup %} New user detected. Choose your spending style to get started. {% else %} Enter your username to continue. {% endif %}

{% with messages = get_flashed_messages(with_categories=true) %} {% if messages %}
{% for category, message in messages %}
{{ message }}
{% endfor %}
{% endif %} {% endwith %}
{% endblock %}