{# minimal html page for transcription export #} Transcription of {{ document.title }}

Transcription of {{ document.title }}

{{ edition.source.formatted_display|safe }}

{# include language code when possible #}
{% for canvas, html_section in edition.content_html.items %}
{# FIXME: why is this lines instead of a block ? #} {# html_section|safe #} {% for line in html_section %} {{ line|safe }} {% endfor %}
{% endfor %}