{% load spellbook_tags %}
{% if parent_dir_url %} {# Directory pages: parent_dir_url is a URL path (e.g. "content/") #}
{{ parent_dir_name }}
{% elif parent_directory_url %} {# Content pages: parent_directory_url is a URL name (e.g. "app:directory_index_root") #}
{{ parent_directory_name }}
{% endif %}

{{ title }}

{% if author %}

by {{ author }}

{% endif %}
{% if prev_page or next_page %}
{% if prev_page %} Previous {% else %}
{% endif %} {% if next_page %} Next {% endif %}
{% endif %}