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

{{ globals.name }}

{{ globals.home_subtitle | safe }}

Maximum upload size per file is {{ renderOptions.maxFileSize }}

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

{% if renderOptions.uploadDisabled -%} {{ renderOptions.uploadDisabled }} {%- else -%}
{%- endif %} {% if files -%}
{% for file in files -%}

{{ file.original }}

{% if errorMessage -%}

{{ errorMessage | safe }}

{%- endif %} {% if file.url -%} {%- endif %}
{% endfor %}
{%- endif %}
{% set plain_links = true %} {% include "_partial/links.njk" %} {% if gitHash -%}
Git commit: {{ gitHash }}
{%- endif %}
{% endblock %}