{% if is_http is defined and is_http %}
⚠ Unencrypted connection (HTTP). Your session and financial data are not encrypted in transit. Install openssl and restart without --no-tls to enable HTTPS.
{% endif %} {% if is_empty is defined and is_empty and not (is_demo is defined and is_demo) %}
No data yet. Import a bank CSV or connect via SimpleFIN to get started.
Import CSV Connect via SimpleFIN
{% endif %} {% if is_demo is defined and is_demo %}
You're viewing demo data. Connect your bank to see your real finances.
Import CSV Connect via SimpleFIN
{% endif %}
{% block content %}{% endblock %}
{% block scripts %}{% endblock %}