{% extends "/shared/base.html" %} {% block title %}Directories{% endblock %} {% block main %}
{% for path in dir_paths %} {{ path }} {% endfor %}
{% endblock %}