Description: Includes the page content in template stages.
Remarks: Used only in template stages. If a stage is called in a mode other than template this will be ignored.
JavaDoc: Click here
Body content: Empty. All enclosed content will be ignored.
Attributes: N/A
Examples:
<dif:document>
<h1>${contentStage.messages.title}</h1>
<p>Some header content...</p>
<dif:pageContent />
<p>Some footer...</p>
</dif:document>