evwiki/templates/result/tiles/brand.html.twig
2025-05-27 18:58:31 +02:00

10 lines
262 B
Twig

<div class="tile">
{% if tile.logo %}
<img src="{{ tile.logo }}" alt="{{ tile.name }}" class="tile-logo">
{% endif %}
<div class="tile-content">
<div class="tile-title">{{ tile.name }}</div>
</div>
<small>Marke</small>
</div>