Changes for page test

Last modified by Jip-jan Alunkel on March 13, 19:02

From version 45.1
edited by Jip-jan Alunkel
on July 10, 17:56
Change comment: There is no comment for this version
To version 47.1
edited by Jip-jan Alunkel
on July 10, 18:00
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -1,2 +2,12 @@
1 -{{include page="Main.WebHome"/}}
2 2  
2 +{{velocity}}
3 +#set ($docx = $xwiki.getDocument("Main.WebHome"))
4 +#set ($content = $docx.getContent())
5 +#set ($title = $docx.getTitle())
6 +#set ($contentex = $docx.getTranslatedDocument("en").content)
7 +#set ($titleex = $docx.getTranslatedDocument("en").title)
8 +
9 +$contentex
10 +
11 +{{/velocity}}
12 +