<% Site.searchbox %>
renders the searchbox
Sourcecode in Site/macros.js:
1:
function searchbox_macro(param) {
2:
this.renderSkin(
"searchbox"
);
3:
return;
4:
}