{% extends "base.html" %} {% block title %}{{ work.title }} — df-storyteller{% endblock %} {% block content %}
← Back to Legends
{{ work.title }}
{% if work.form %}{{ work.form }}{% endif %} {% if work.style %} · {{ work.style }}{% endif %}
{% if work.author_name %}

Author

{{ lore_link("figure", work.author_id, work.author_name) | safe }} {% if work.author_civ %} of {{ lore_link("civilization", work.author_civ_id, work.author_civ) | safe }}{% endif %}

{% endif %} {% if work.page_count and work.page_count != "1" %}

Pages

{{ work.page_count }}

{% endif %}
{% if work.form %}

Form

{{ work.form }}

{% endif %} {% if work.style %}

Style

{{ work.style }}

{% endif %} {% if work.reference %}

Subject

{{ work.reference }}

{% endif %}
{% if work.artifacts %}

Contained In

    {% for art in work.artifacts %}
  • {{ lore_link("artifact", art.artifact_id, art.name) | safe }}
  • {% endfor %}
{% endif %}
{% endblock %}