4 lines
208 B
HTML
4 lines
208 B
HTML
<div class="bubble_grid__bubble">
|
|
{% set icon = record.attachments.images.get(this.icon_path) %}
|
|
<img src="{{ icon|url }}" alt="{{ this.icon_alt }}">
|
|
</div> |