13 lines
365 B
Text
13 lines
365 B
Text
<#-- $This file is distributed under the terms of the license in /doc/license.txt$ -->
|
|
|
|
<#-- Template for the body of the About page -->
|
|
|
|
<h2>${title}</h2>
|
|
|
|
<#if aboutText??>
|
|
<div class="pageGroupBody" id="aboutText">${aboutText}</div>
|
|
</#if>
|
|
|
|
<#if acknowledgeText??>
|
|
<div class="pageGroupBody" id="acknowledgementText">${acknowledgeText}</div>
|
|
</#if>
|