in reply to Re: Output should have multiple segments
in thread Output should have multiple segments

You can avoid having to define dummy methods in your autohandlers (i.e. .add_style) and reduce output cluttering (i.e. empty style blocks) by testing if such "plugs" were defined:
% if ( $m->request_comp->method_exists('.add_style') ) { <style><& SELF:.add_style &></style> % }

--
altblue.