{% extends "layout.njk" %} {% block stylesheets %} {{ super() }} {% endblock %} {% block content %} {{ super() }}

{{ globals.name }}

{{ globals.home_subtitle }}

Maximum upload size per file is {{ maxFileSize }}

Files uploaded through this No-JS uploader will not be associated to your account, if you have any.

{% if uploadDisabled %} {{ uploadDisabled }} {% else %}
{% endif %}
{% if files %}
{% for item in files %}
{% if errorMessage %}

{{ errorMessage | safe }}

{% endif %} {% if item.url %} {% endif %}
{% endfor %}
{% endif %} {% include "links.njk" %}
{% endblock %}