{% extends "base.html" %} {% block title %}Portals - CineFlow Productions{% endblock %} {% block extra_css %} {% endblock %} {% block content %}

Portals

Choose your destination

{% if user and user.email %}

Signed in

{{ user.email }}

Your progress is being saved automatically. Challenges, badges, and achievements sync across all your devices.

{% else %}

Temporary Session

You can explore all portals and complete challenges, but your progress will only be saved in this browser session.

Save your progress permanently

Enter your email and we'll send you a magic link — no password needed.

Already have an account? Signing in will restore your saved progress.

  • Keep your challenge progress forever
  • Sync across all your devices
  • No password to remember
{% endif %}
{% endblock %}