#set($base = "https://cwiki.apache.org/TAPESTRY") #set($globalHelper = $action.getHelper()) #set($renderer = $globalHelper.getWikiStyleRenderer()) #if (! $page.title.equals("Index") && ! $page.title.equals("IndexV2")) $page.title -- Apache Tapestry #else Apache Tapestry Home Page #end
#set($child = $pageManager.getPage($page.space.key,"Navigation")) #set($content = $renderer.convertWikiToXHtml($child.toPageContext(), $child.content).trim()) $content.replaceAll("rel=\"nofollow\"", "") #if (! $page.title.equals("Index") && ! $page.title.equals("IndexV2"))
#set($child = $pageManager.getPage($page.space.key,"Small Banner")) #set($content = $renderer.convertWikiToXHtml($child.toPageContext(), $child.content).trim()) $content.replaceAll("Page Title", $page.title).replaceAll("rel=\"nofollow\"", "")
$body.replaceAll("rel=\"nofollow\"", "")
#else $body.replaceAll("rel=\"nofollow\"", "") #end