{% extends "base.html" %} {% block style %} {{ super() }} #dirbrowserContainer { background: #fff; min-width: 35em; max-width: 35em; position: absolute; top: 2em; left: 1em; padding: 10px; border: 2px solid #eee; -webkit-border-radius: 5px; } #dirbrowserTitleText { font-size: 118%; font-weight: bold; } {% endblock %} {% block content %}

Browse directory: {{url}}

{% endblock %}