{% for scene in story.scenes %} {# ── Left page: full-bleed illustration ── #}
{% if scene.imageExists %} {{ scene.alt }} {% else %}
Geschichte {{ story.number }} {{ scene.alt }}
{% endif %}
{# ── Right page: story text ── #}
{% if loop.first %}

{{ story.title }}

{% endif %}
{{ scene.html | safe }}
{% endfor %}