The comments were shortened, because the thymeleaf-parser was stumbeling
over the uncut version.
#set ( $childs = $pages.get($page.uri).childs )
#set ( $sinkhole = $page.put("childs", $childs) )
- <!-- OVERWRITING PAGE - uri: $page.uri, path: $crumbs, name: "$page.name", childs: $page.childs -->
+ <!-- OVERWRITING PAGE - uri: $page.uri -->
#else
- <!-- NEW PAGE - - - - - uri: $page.uri, path: $crumbs, name: "$page.name", childs: $page.childs -->
+ <!-- NEW PAGE - - - - - uri: $page.uri -->
#end
#set ( $sinkhole = $pages.put($page.uri, $page) )