Methods
- Similar to attributes, but are entire (embedded) components:
<%method title>
<% $m->request_args->{location} | h %>
</%method>
- Also "inherited" from the autohandler
- Has special component call "path":
<h1><& SELF:title &></h1>
<%method title>
<% $m->request_args->{location} | h %>
</%method>
<h1><& SELF:title &></h1>