<#-- $This file is distributed under the terms of the license in /doc/license.txt$ --> <#include "/components/doctype.html"> <#include "/components/head.ftl">
class="${contentClass}" > <#-- 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 --> </body> </html>