Anyone? In Community Server 5.5 I achieved this functionality by using c# code. I want to do the same in Telligent 6.0 using Velocity Template language.
CommunityServer.Components.Content contentDisplay = CommunityServer.Components.Contents.GetContent(ContentPageName);
string body = contentDisplay.Body;