#template("xwiki.vm") #template("httpheader.vm") #template("printheader.vm")
$cdoc.getRenderedContent()
#if ($request.get("comments")=="1") #template("comments2.vm") #end #if ($request.get("attachments")=="1")
#foreach ($attach in $doc.attachmentList) #if ($attach.isImage()) ${attach.filename}
#end #end
#end #template("basefooter.vm") #template("footer.vm")