<% Root.title %>
render the system title of this antville installation
Sourcecode in Root/macros.js:
1:
function title_macro() {
2:
res.write(this.getTitle());
3:
return;
4:
}