A new approach to widgets, that will allow them to be invoked directly from a page template, rather than a body template, but still add files to the template stylesheets and scripts objects.
This commit is contained in:
parent
c178c8d922
commit
c0d24139dc
4 changed files with 61 additions and 3 deletions
5
webapp/web/templates/freemarker/page/page-home.ftl
Normal file
5
webapp/web/templates/freemarker/page/page-home.ftl
Normal file
|
@ -0,0 +1,5 @@
|
|||
<#-- $This file is distributed under the terms of the license in /doc/license.txt$ -->
|
||||
|
||||
<#-- Page template for home page, for themes that do not use a home-page specific layout. -->
|
||||
|
||||
<#include "page.ftl">
|
Loading…
Add table
Add a link
Reference in a new issue