resources.Get

resources.Get


Returns a global resource from the given path, or nil if none found.

{{ with resources.Get "images/a.jpg" }}
  <img src="{{ .RelPermalink }}" width="{{ .Width }}" height="{{ .Height }}" alt="">
{{ end }}