{% extends 'webapp/base.html' %} {% block content %} {% if current_user.is_authenticated %}

File Upload


{% else %}

Log in to upload an animation.

{% endif %} {% endblock %}