{# Apply saved theme before stylesheet renders to avoid a flash. #}
Cassandra
{% set cu = request.state.current_user if request.state and request.state.current_user is defined else None %}
{% if cu and cu.user %}
{{ cu.user.email }} · logout
{% elif cu and cu.is_admin %}
admin · logout
{% endif %}
v0.1 · UTC
{% block main %}{% endblock %}
{# Shared glossary tooltip (Novice mode). Single floating element
positioned by JS to escape sticky-bar stacking and viewport edges. #}