<#-- $This file is distributed under the terms of the license in /doc/license.txt$ --> <#include "doctype.html"> ${stylesheets.addFromTheme("/css/screen.css")} <#-- print stylesheet commented out for now until we can add a media parameter to stylesheets.add method --> <#-- ${stylesheets.addFromTheme("/css/print.css")} --> <#include "head.ftl">
<#if flash?has_content>
${body}
<#include "footer.ftl">
<#include "scripts.ftl">