{% macro narration_player(record) %} {% set narration = record.attachments.get('narration.mp3') %} {% if narration %}

Narrated version

Narrated by the author

{% endif %} {% endmacro %}