{% extends "html/base_authenticated.html" %} {% block title %}Upload File{% endblock %} {% block page_id %}upload-worksheet-page{% endblock %} {% block main %} {% if "url" in request.args: %}

Upload worksheet to the Sage Notebook

{% else: %}

Upload worksheet to the Sage Notebook

Supported file formats:

{% endif %} {% endblock %}