{% include "_head_meta.html" %}
Networthy HQ {% if user %}{% 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). #}
{% endif %}
{% block content %}{% endblock %}
{% include "_footer.html" %}