<% Root.url %>
render the system-url of this antville installation
Sourcecode in Root/macros.js:
1:
function url_macro(param) {
2:
res.write(this.getUrl());
3:
return;
4:
}