{# Design-system tokens (`--ds-*`) — required so `.btn-primary` (Google SSO on /login) gets its `--ds-primary` green fill; otherwise the white button text renders invisible on a white card. Same reason base.html loads it globally. #} {% include '_theme.html' %}
{% with messages = get_flashed_messages(with_categories=true) %} {% if messages %} {% endif %} {% endwith %} {% block content %}{% endblock %} {% include "_version_badge.html" %}