{% extends 'base.html' %} {% block title %}{{ path }}{% endblock %} {% block body %}
{% if path != "/" %} <--

{% endif %} {% for dir in dirs %} {{ dir }}
{% endfor %}

Archivos

{% for file in files %} {{ file }}
{% endfor %} {% endblock %}