{# 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