Table of contents
No headers
// Redirect to custom page, if any
var template_custom = __page.path .. 'Custom';
if (wiki.pageexists(template_custom)) {
return template(template_custom, $);
}
template("MindTouch/Controls/PageDirectory");
// Redirect to custom page, if any
var template_custom = __page.path .. 'Custom';
if (wiki.pageexists(template_custom)) {
return template(template_custom, $);
}
template("MindTouch/Controls/PageDirectory");
Comments