<% Image.url %>
macro renders the url to this image
Sourcecode in Image/macros.js:
1:
function url_macro(param) {
2:
res.write(this.getUrl());
3:
return;
4:
}