vitro/webapp/web/templates/freemarker/body/message/message-titled.ftl

7 lines
264 B
Text
Raw Normal View History

<#-- $This file is distributed under the terms of the license in /doc/license.txt$ -->
<#-- Standard template to display a message with a title generated from any controller. Keeps this out of individual templates. -->
<h2>${title}</h2>
<#include "message.ftl">