{% extends 'base.html.twig' %} {% block title %}Recherche « {{ q }} » — Serigne Sam Mbaye{% endblock %} {% block body %}

Recherche

{% if q %}

{{ results|length }} résultat(s) pour « {{ q }} »

{% for podcast in results %} {% include 'partials/podcast_card.html.twig' with {podcast: podcast, queue: 'search'} %} {% endfor %}
{% endif %}
{% endblock %}