[VIVO-1272] Inject JSP output to Freemarker instead of having a secondary layout

This commit is contained in:
Graham Triggs 2016-10-05 22:36:26 +01:00
parent 36db27b86c
commit 0957bcf758
49 changed files with 92 additions and 79 deletions

View file

@ -0,0 +1,7 @@
<#-- $This file is distributed under the terms of the license in /doc/license.txt$ -->
${jspBody!}
<#if jspScripts??>
${headScripts.add(jspScripts)}
</#if>