{# Who is signed in, shown on every page. Inline styles on purpose: not every template loads Tailwind. The region chip is the user's home region (where their rows live); the per-answer badge shows where each query was served, and during a region outage the two visibly differ. #} {% if current_username %} {{ current_username }} {% if current_user_region %} {{ current_user_region }} {% endif %} Switch user {% endif %}