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

7 lines
No EOL
269 B
Text

<#-- $This file is distributed under the terms of the license in /doc/license.txt$ -->
<#-- Standard template to display an error message generated from any controller. Keeps this out of individual templates. -->
<#if errorMessage??>
<p>${errorMessage}</p>
</#if>