{% extends 'base.html' %} {% block title %}{{ path }}{% endblock %} {% block body %}

{% if path != "/" %} <--

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

{% if files|length > 0 %}

Archivos

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