{% if not logged_in %}

🌟Spiritual Path Finder

{{ 'Begin your journey of self-discovery' if is_signup else 'Welcome back, seeker!' }}

{% else %}

{{ title }}

{{ message }}

{% if not has_results %}

Discover which spiritual or religious path aligns with your beliefs, values, and lifestyle. Answer 8 thoughtful questions about your worldview.

Question 1 of {{ questions|length }}
{% for question in questions %} {% set q_index = loop.index %}

{{ q_index }} {{ question.question }}

{% for option in question.options.keys() %} {% endfor %}
{% endfor %}
{% else %}

Based on your responses, here are the spiritual paths that align most closely with your values and beliefs:

{% for result in results %}
{{ loop.index }}

{{ result.name }}

{{ result.percentage }}%

{{ result.description }}

📿 Common Practices:

{{ result.practices }}

💭 Core Beliefs:

{{ result.core_beliefs }}

Hi! Ask me anything about {{ result.name }}.
Example: "What are the daily practices?"
Example: "How do I get started with this path?"
{% endfor %}
{% endif %}
Logout
{% endif %}