{% block content %}
{% if not content %}

Welcome! Please complete the form to receive a login link.

{% csrf_token %}
{% endif %} {% if content %}
{{ content }}
{% endif %} {% if error %}
{{ error }}
{% endif %}
{% endblock %}