In your implementation, we can't pass data to Blaze templates. That make it hard to use `userccounts:*` in apps. I'm proposing: ``` <div v-blaze="{ name: 'atForm', data: { state: 'changePwd' } }"></div> <!-- But still accept: --> <div v-blaze="'discoverPage'"></div> ```