See:
If you do something ala:
[[module.mounts]]
source = "static/images"
target = "assets/images"
You should be able to do:
{{ $img := resources.Get "images/logo.png" }}
See:
If you do something ala:
[[module.mounts]]
source = "static/images"
target = "assets/images"
You should be able to do:
{{ $img := resources.Get "images/logo.png" }}