<%args>
$content => ""
</%args>
<%init>
$m->comp("/Elements/MakeClicky", content => \$content);
$m->out($content);
$m->abort;
</%init>
