<a href="<& url, %ARGS &>">\
% if ($escape) {
<% $ARGS{text} | h %>\
% } else {
<% $text %>\
% }
</a>
<%args>
$text
$escape => 1
</%args>