{% extends "django_spellbook/bases/sidebar_left.html" %} {% load spellbook_tags %} {% block spellbook_md %}
{% if parent_dir_url %}
{{ parent_dir_name }}
{% endif %}

{{ directory_name }}

{% include "django_spellbook/directory_index/listing.html" %}
{% endblock %}