<% Comment.url %>
macro renders the url of this comment
Sourcecode in Comment/macros.js:
1:
function url_macro(param) {
2:
res.write(this.story.href() +
"#"
+ this._id);
3:
return;
4:
}