I can access my own properties: {{ divComponentName }}. I can access the id of the Generic Element: {{ id }}. This refers to the Generic Element: {{ this.someFunction }}. To access my own functions I can use outerScope.this: {{ outerScope.this.someFunction }}. I have access to outer context variables like {{ name }}. {{ block(outerBlocks.content) }}