<#-- $This file is distributed under the terms of the license in /doc/license.txt$ --> <#-- Test widget --> <#macro assets> ${stylesheets.add("/css/test.css")} ${scripts.add("/js/testscript.js")} ${headScripts.add("/js/testheadscript.js")} <#macro markup> <#import "lib-list.ftl" as l>

This is the test widget using macros.

I like ${fruit}.

<#macro altMarkup>

This is the alternate version of the test widget.

I hate ${fruit}.