NIHVIVO-1234 Initial version of HomePageController and templates
This commit is contained in:
parent
0ff41b8ac8
commit
3a0feaeff2
5 changed files with 61 additions and 17 deletions
|
@ -1,3 +1,3 @@
|
|||
<#-- $This file is distributed under the terms of the license in /doc/license.txt$ -->
|
||||
|
||||
<h1>Welcome to VIVO</h1>
|
||||
<#include "page.ftl">
|
|
@ -25,7 +25,7 @@
|
|||
<div id="content">
|
||||
<#-- We don't do title here because some pages don't get a title, or it may not be the same as the <title> text.
|
||||
<h2>${title}</h2> -->
|
||||
${body}
|
||||
${body!}
|
||||
</div> <!-- content -->
|
||||
</div> <!-- contentwrap -->
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue