{% extends "_layout.njk" %} {% block stylesheets %} {{ super() }} {% endblock %} {% block content %} {{ super() }} {{ globals.name }} {{ globals.home_subtitle | safe }} Maximum upload size per file is {{ renderOptions.maxFileSize }} {% if renderOptions.uploadDisabled -%} {{ renderOptions.uploadDisabled }} {%- else -%} Files uploaded through this form will not be associated with your account, if you have any. {%- endif %} {% if files -%} {% for file in files -%} {{ file.original }} {% if errorMessage -%} {{ errorMessage | safe }} {%- endif %} {% if file.url -%} {{ file.url | safe }} {%- endif %} {% endfor %} {%- endif %} {% set plain_links = true %} {% include "_partial/links.njk" %} {% if gitHash -%} Git commit: {{ gitHash }} {%- endif %} {% endblock %}
Files uploaded through this form will not be associated with your account, if you have any.
{{ file.original }}
{{ errorMessage | safe }}
{{ file.url | safe }}