diff --git a/themes/vivo-basic/templates/page-home.ftl b/themes/vivo-basic/templates/page-home.ftl new file mode 100644 index 00000000..5f1f2e82 --- /dev/null +++ b/themes/vivo-basic/templates/page-home.ftl @@ -0,0 +1,21 @@ +<#-- $This file is distributed under the terms of the license in /doc/license.txt$ --> + +<#import "lib-list.ftl" as l> + + + + + <#include "head.ftl"> + + + + <#include "identity.ftl"> + + <#include "menu.ftl"> + + <#-- vivo-basic continues to display home tab content on the home page --> + ${homeTabContent} + + <#include "footer.ftl"> + + \ No newline at end of file