@ -24,7 +24,7 @@
<strong>Source</strong>: {{ item.source }}<br>
<strong>Date</strong>: {{ item.date }}<br>
<strong>Printed</strong>:
<pre>{{ item.printed | replace('\n', '<br>') | safe }}</pre>
<pre width="48">{{ item.printed | replace('\n', '<br>') | safe }}</pre>
</div>
{% endif %}
{% set count = count - 1 %}