{% extends 'base.html' %} {% block title %}{{ path }}{% endblock %} {% block body %} {% if path != "/" %} <-- {% endif %} {% for dir in dirs %} {{ dir }} {% endfor %}