Simon Gardling 032679b34a setup
2023-10-11 17:38:05 -04:00

6 lines
185 B
HTML

{{ if .img }}
<div class="balloon-head-item-img">
<img alt="balloon_head" src='{{- .img | absURL -}}' {{ if .balloon_circle }}class="rounded"{{ end }}>
</div>
{{ end }}