{% extends "base.html" %} {% block extra_head %} {% endblock %} {% block content %} {% if current_path and current_path != '' %}

{{ current_path.split('/')[-1] if '/' in current_path else current_path }}

{% endif %} {% if index_content and content_position == 'top' %}
{{ index_content.content | safe }}
{% endif %} {% if is_image_gallery and image_items %} {% if items|length > image_items|length %}

Other Files

{% endif %} {% elif items %}

Contents

{% else %}

This directory is empty.

{% endif %} {% if index_content and content_position == 'bottom' %}

About This Directory

{{ index_content.content | safe }}
{% endif %} {% endblock %}