vitro/webapp/web/templates/freemarker/body/about.ftl

14 lines
365 B
Text
Raw Normal View History

2010-06-21 16:20:20 +00:00
<#-- $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>