{% extends "base.html" %} {% block variables %} {% endblock %} {% block content %}
{% if user %}
Current session
Logged in user: {{ user }}

Email recommendations
Users can receive regular new paper recommendations via email based on their tags. (This is still being developed, may not be running or may be unreliable.) Register your email address below to receive these recommendations. To stop the recommendations simply delete your email address.

Log out
{% else %}

Okay, arxiv-sanity-lite uses a super lite version of "user accounts" where there are no passwords. Basically, you can "log in" with any arbitrary username. If you want to share your library with a friend, you can just tell them the username. And if you'd like to keep your account private, just make your username be something unique and write it down somewhere safe.

TLDR: there are no passwords!
{% endif %}
{% endblock %} {% block elements %} {% endblock %}