2010-06-21 16:20:20 +00:00
|
|
|
<#-- $This file is distributed under the terms of the license in /doc/license.txt$ -->
|
2010-06-03 16:20:35 +00:00
|
|
|
|
|
|
|
<#-- FreeMarker test cases -->
|
|
|
|
|
2010-06-25 15:30:31 +00:00
|
|
|
<h2>${title}</h2>
|
|
|
|
|
2010-11-10 19:50:28 +00:00
|
|
|
<@widget name="test" />
|
2010-06-03 16:20:35 +00:00
|
|
|
|
2010-11-11 01:19:56 +00:00
|
|
|
${stylesheets.add("/css/testfrombody.css")}
|
2010-11-23 16:10:05 +00:00
|
|
|
${scripts.add("/js/jstest.js")}
|
|
|
|
|
|
|
|
${bodyClass}
|
|
|
|
|
|
|
|
<ul><@list.firstLastList><li>apples</li><li>bananas</li></@list.firstLastList></ul>
|