{% if user %}
{% else %}
{# Public app pages (the ranking page) are reachable logged out — give them the
marketing CTAs. They sit in .nav-right, not .nav-links, because that dropdown
is collapsed behind the burger checkbox, which only exists for signed-in users. #}
Log inGet started
{% endif %}
{% if user and user.email == 'demo@networthyhq.com' %}
🔎 You're exploring the live demo — poke around freely; changes here aren't saved.
{# Leave the demo session first, then land on the sign-in screen (/login bounces
logged-in users back to /, so a bare link would look like a no-op here). #}