{% extends "base.html" %} {% block title %}Enter your email - ActingWeb{% endblock %} {% block content %}

Enter your email

{% if error %}
{{ error }}
{% endif %}

{{ message|default('Please enter your email address to continue.') }}

{% if provider_display %}

Signing in with {{ provider_display }}.

{% endif %}

{% endblock %}