mainpage_v2_theme/layouts/partials/utilities/image.html
2024-03-24 22:16:02 +01:00

3 lines
140 B
HTML

{{ with resources.Get . }}
<img class="" src="{{ .Permalink }}" alt="{{ .Title }}" width="{{ .Width }}" height="{{ .Height }}">
{{ end }}