Inline filters
- Can pass content to a component call:
<&| /lib/fill_in_form.mas, data => $saved_args &> <form action="/login" method="post"> <input name="username" type="text" /> <input name="password" type="password" /> </form> </&>
<&| /lib/fill_in_form.mas, data => $saved_args &> <form action="/login" method="post"> <input name="username" type="text" /> <input name="password" type="password" /> </form> </&>