{% extends 'layouts/base.html' %} {% load static %} {% block title %}Dropzone - {% endblock title %} {% block extrastyle %} {% endblock extrastyle %} {% block content %}

Basic Usage

Multiple File Upload

Custom Dropzone

Your text here

Your custom description here
{% include 'includes/footer.html' %}
{% endblock content %} {% block extrajs %} {% endblock extrajs %}