<%once> use LinkToMason; <%args> $acct_id <%shared> my %Context = ( acct => $acct_id, widget => $widget_id, ); ... <& .link, "Edit $widget_name Settings", 'settings', %Context &> ... <%def .link><%perl> my( $title, $page, %args ) = @_; my $link = LinkToMason->html_link( $title, $page, \%args, { }, '/widget/', ); <% $link |n %>