Move Terms of Use controller & template into FreeMarker.

This commit is contained in:
rjy7 2010-05-17 21:30:55 +00:00
parent 015ee4c448
commit 331907b4cc

View file

@ -23,6 +23,8 @@
<div id="contentwrap">
<div id="content" <#if contentClass??> class="${contentClass}" </#if>>
<#-- We don't do title here because some pages don't get a title, or it may not be the same as the <title> text.
<h2>${title}</h2> -->
${body}
</div> <!-- content -->
</div> <!-- contentwrap -->