static S pageLink(S pageName) { ret "/" + parseSnippetID(getProgramID()) + addPrefix("/", pageName); } static S pageLink() { ret pageLink(""); }