Component Calls
- Components can call other components
- For example:
<& header &> Some text here. <& footer, size => 2, links => \@links &>
- Component call =~ function call
- takes arguments (usually named)
- called by component path - /path/to/comp
<& header &> Some text here. <& footer, size => 2, links => \@links &>