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

{% endif %} {% for entry in list %} {{ entry[0] }}/{{ entry[1] }}
{% endfor %} {% endblock %}