5 lines
169 B
Twig
5 lines
169 B
Twig
<div{{ attributes }}>
|
|
<img src="{{ image }}" class="w-40 rounded-md" />
|
|
<h3 class="text-center text-gray-50 max-w-[16ch] text-extrabold">{{ title }}</h3>
|
|
</div>
|