Files
torsearch/templates/components/Poster.html.twig
2025-04-20 12:55:14 -05:00

5 lines
156 B
Twig

<div{{ attributes }}>
<img src="{{ image }}" class="w-40 rounded-md" />
<h3 class="text-center text-gray-50 text-extrabold">{{ title }}</h3>
</div>