{% extends "base.html" %} {% block title %}{{ conv.dir_name }} — pagespeak console{% endblock %} {% block content %}

{{ stem or conv.dir_name }}

{{ conv.dir_name }}{% if conv.source_path %} · {{ conv.source_path.name }}{% endif %}
← all conversions
{% include "partials/phase_strip.html" %}
Deliver
Copy just the finished files (the master .md, sections/, images/) to conversions/delivery/{{ conv.dir_name }}/. Re-runnable.
{% if run_record %} {% endif %}
{% for v in ["ingest","cleanup","normalize","repair","structure","vision","final"] %} {{ v }} {% endfor %} {% if markdown %} {% endif %}
{% if markdown %} {% else %}
(no checkpoint for this phase yet)
{% endif %}
{% if run_record %} {% endif %} {% endblock %}