diff --git a/themes/vivo-basic/templates/individual-person.ftl b/themes/vivo-basic/templates/individual-person.ftl new file mode 100644 index 00000000..939b919e --- /dev/null +++ b/themes/vivo-basic/templates/individual-person.ftl @@ -0,0 +1,5 @@ +<#-- $This file is distributed under the terms of the license in /doc/license.txt$ --> + +<#-- Template for profile page for individuals of class Person --> + +

This is the person profile page.

\ No newline at end of file diff --git a/themes/vivo-basic/templates/page-home.ftl b/themes/vivo-basic/templates/page-home.ftl index b64efaf4..3208bab2 100644 --- a/themes/vivo-basic/templates/page-home.ftl +++ b/themes/vivo-basic/templates/page-home.ftl @@ -26,7 +26,8 @@

Welcome to VIVO!

- ${body} + <#-- ${body} --> + <#include bodyTemplate>
diff --git a/themes/wilma/templates/page.ftl b/themes/wilma/templates/page.ftl index 070fbfcb..b8565b50 100644 --- a/themes/wilma/templates/page.ftl +++ b/themes/wilma/templates/page.ftl @@ -82,7 +82,8 @@ ${headScripts.tags}
- ${body} + <#-- ${body} --> + <#include bodyTemplate>