{% extends 'base.html.twig' %} {% block title %}{{ podcast.title }} — Serigne Sam Mbaye{% endblock %} {% block meta_description %}{{ podcast.description ? podcast.description|slice(0, 155) ~ '…' : 'Conférence de Serigne Sam Mbaye : ' ~ podcast.title }}{% endblock %} {% block body %}
{% if podcast.theme %} {{ podcast.theme.name }} {% endif %}

{{ podcast.title }}

{{ podcast.durationLabel }}{{ podcast.recordedYear ? ' · enregistrée vers ' ~ podcast.recordedYear }} · {{ podcast.playCount }} écoute(s)

{% if app.user %} {% else %} Se connecter pour créer des playlists {% endif %}
{% if podcast.description %}
{{ podcast.description|nl2br }}
{% endif %}
{% endblock %} {% block structured_data %} {% endblock %}