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

<--

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