<% File.url %>
macro renders the url of this file

Sourcecode in File/macros.js:
1:   function url_macro(param) {
2:      return this.getUrl();
3:   }