Wiki source code of Space Index

Last modified by John Stroy [Xino] on 2023/04/25 09:08

Show last authors
1 {{velocity}}
2 #if("$!request.space" != "") #set($space=$request.space) #else #set($space = $doc.space) #end
3 $services.localization.render('platform.index.spaceIndexDescription', [$space])
4
5 {{documents space="$space.replaceAll('["~]', '~$0')" id="spaceindex"/}}
6 {{/velocity}}