kobel/layouts/partials/components/image.html

7 lines
167 B
HTML
Raw Normal View History

2023-12-23 23:01:53 +00:00
<!--
type: string - default
url: string
alt: string
-->
{{ $avatar := "avatar"}}
<img class="{{if eq .type $avatar}} avatar {{end}}" alt="{{ .alt }}" src="{{ .url }}">