{% extends "base.html" %} {% block fullbody %}

Login via Internet Archive

{% if current_user.is_authenticated %}
You are already logged in!

You should logout first. Re-authenticating would be undefined behavior.

{% else %}

Use your archive.org username (or email) and password to log in to Fatcat.



{% endif %}
{% endblock %}