<#-- $This file is distributed under the terms of the license in /doc/license.txt$ --> <#include "doctype.html"> <#include "head.ftl">
<#if flash?has_content>
${flash}
${body}
<#include "footer.ftl">
<#include "scripts.ftl"> <#-- Three ways to add a stylesheet: A. In theme directory: ${stylesheets.addFromTheme("/css/sample.css")} ${stylesheets.add(themeDir + "/css/sample.css")} B. Any location ${stylesheets.add("/edit/forms/css/sample.css)"} To add a script: A. In theme directory: ${scripts.addFromTheme("/css/sample.js")} B. Any location ${scripts("/edit/forms/js/sample.js)"} -->