{% extends "base.html" %} {% block title %}Sign In - Hop3{% endblock %} {% block content %}
Signing in over plain HTTP cannot work: the session cookie is
marked Secure, so your browser
discards it and the login silently loops.
Reach this server over HTTPS — give it an admin domain with a
certificate — or set
HOP3_DEBUG=true for local
development.