{% extends "base.html" %} {% block content %} {% if current_user.is_authenticated or config.ALLOW_ANONYMOUS_UPLOADS %}
{% else %}
You must be logged in to upload files.
{% endif %} {% endblock %} {% block scripts %} {% endblock %}