{% load spellbook_tags %}
{% firstof parent_dir_url parent_directory_url as back_url %} {% firstof parent_dir_name parent_directory_name as back_name %} {% if back_url %}
{{ back_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 %}