{% load bootstrap_toolkit %} {% load staticfiles %}
Archer Uploader
{% bootstrap_stylesheet_tag %} {% bootstrap_stylesheet_tag "responsive" %}
{% bootstrap_javascript_tag %} {% block extra_head %}{% endblock %}
uploader
{% include "nav.html" %}
{% bootstrap_messages %}
{% block content %}Empty page{% endblock %}
{% block debug_content %} {% include 'debug.html' %} {% endblock %}