Ahh, did not know that. I had actually been engineering around that by making sure there aren't property naming conflicts. Regardless, the dot notation isn't documented. A common case is if you're looping through a list, and want to pass the current object, like such:
- {{#foo}}
- <bar foo="."></bar>
- {{/foo}}