<#-- $This file is distributed under the terms of the license in /doc/license.txt$ --> <#include "/components/doctype.html"> <#include "/components/head.ftl">
<#-- We don't do title here because some pages don't get a title, or it may not be the same as the text. <h2>${title}</h2> --> ${body} </div> <!-- content --> </div> <!-- contentwrap --> <#include "/components/footer.ftl"> </div> <!-- wrap --> <#include "/components/scripts.ftl"> </body> </html> <#-- How to add a stylesheet: ${stylesheets.addFromTheme("/sample.css"); ${stylesheets.add("/themes/vivo-basic/css/sample.css"} NOT (gets contextPath added twice): ${stylesheets.add(stylesheetDir + "/sample.css")} -->