{% extends "base.html" %} {% block title %}Chronicle — df-storyteller{% endblock %} {% block content %}
A record of events, as told by the keepers of memory
{% if current_season and current_year %}
Writing for: {{ current_season | title }} of Year {{ current_year }}
{% if already_written %}
An entry exists for this season — generating will replace it.
{% endif %}
No chronicle entries yet. Take a snapshot in DFHack
(storyteller-begin), then {% if no_llm_mode %}write your first entry below{% else %}click "Write New Entry" to begin{% endif %}.