{% extends "base.html" %} {% block variables %} {% endblock %} {% block content %} {% if not user %}
(hi! just btw you have to be logged in to be able to add/delete/curate tags for papers and get recommendations)
{% endif %}
{% if user and tags %}
{% endif %} {% if user and words %} {% endif %}
{% endblock %} {% block elements %} {% endblock %}