15 lines
413 B
Twig
15 lines
413 B
Twig
<div{{ attributes }}>
|
|
<a href="{{ path('app_search_result', {
|
|
mediaType: mediaType,
|
|
imdbId: imdbId
|
|
}) }}">
|
|
<img src="{{ image }}" class="w-40 rounded-md" />
|
|
</a>
|
|
<a href="{{ path('app_search_result', {
|
|
mediaType: mediaType,
|
|
imdbId: imdbId
|
|
}) }}">
|
|
<h3 class="text-center text-gray-50 max-w-[16ch] text-extrabold">{{ title }}</h3>
|
|
</a>
|
|
</div>
|