{{ with resources.Get "images/a.jpg" }} {{ .Height }} → 400 {{ end }}
在渲染 img 元素時,將 Width 和 Height 方法一起使用:
img
Width
Height
{{ with resources.Get "images/a.jpg" }} <img src="{{ .RelPermalink }}" width="{{ .Width }}" height="{{ .Height }}"> {{ end }}