<% Site.lastupdate %>
macro rendering lastupdate

Sourcecode in Site/macros.js:
1:   function lastupdate_macro(param) {
2:      if (this.lastupdate)
3:         res.write(formatTimestamp(this.lastupdate, param.format));
4:      return;
5:   }