5 lines
156 B
Twig
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>
|