<#-- $This file is distributed under the terms of the license in /doc/license.txt$ --> <#-- Test widget --> <#macro assets> ${stylesheets.add('')} ${scripts.add('')} ${headScripts.add('')} <#macro loggedIn>

This is the test widget for logged-in users.

Login status: ${status}.

<#macro notLoggedIn>

This is the test widget for non-logged-in users.

Login status: ${status}.