4 lines
140 B
HTML
4 lines
140 B
HTML
{{ with resources.Get . }}
|
|
<img class="" src="{{ .Permalink }}" alt="{{ .Title }}" width="{{ .Width }}" height="{{ .Height }}">
|
|
{{ end }}
|