<%args> $menu => undef <%init> # Default to the app menu $menu = Jifty->web->navigation if not defined $menu; % my @children = $menu->children; % if ( @children ) { % } <%def .menu> <%args> $item <%init> my @kids = $item->children;
  • active ? 'class="active"' : '' |n %>><% $item->as_link |n %><% @kids ? '' : '
  • ' |n %> % if (@kids) { % }