It took me forever to figure out why I was running into an exception rendering this: ```blade <a-components.image src="{{ image:url }}" /> ``` Turns out `src` is a reserved keyword and can't be used as a parameter. Maybe a mention in the docs would be great. Or perhaps this is a bug after all?