<#-- $This file is distributed under the terms of the license in /doc/license.txt$ --> <#include "partials/doctype.html"> <#include "partials/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 "partials/footer.ftl"> </div> <!-- wrap --> <#include "partials/scripts.ftl"> </body> </html>