{% extends base.html %} {% block head %} {% end %} {% block body %}
{% if type == "dir" %}
{% for child in children %}
  • {% if child.type == "dir" %} {% end %} {{ child.name }}
  • {% end %}
    {% elif type == "file" %}

    {{basename}}

    {% end %}
    {% end %}