Help for this page
twig_handlers => { mybutton => sub { $self->_twig_handle_button(@_) }, },
sub _twig_handle_button { my ( $self, $t, $section ) = @_; ... $self->_handle_parsed_href( $parsed_href ); }