{% extends 'index.html' %} {% block content %}

Upload File

{% if success %}

File Uploaded!

The file URL is accessible with the following syntax: [[file: {{success.example}}]]

Media files can be embedded easily in a page:

  • Image: [[image: {{success.example}}]]

{% if success.is_page_specific %}

Note: these syntaxes are only valid on the current page.

{% endif %}
{% else %}
{%if error%}

Error: {{error}}

{%endif%}
You can specify a different name and/or path: Folder/Filename.
{% if for_page %}
Check this to upload this file under: {{for_page}}
{% endif %}
{% endif %}
{% endblock %}