You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For example, I am adding userName to the model and I know I can access the value by {{ userName }} in my template.
But I want to list all defined variables (keys) in a template like {{ _context.key }} {{ _context.value }} and see in my template something like userName: Jhon Doe.
Is that possible? Or is there a way to see all defined variables in a template?
The text was updated successfully, but these errors were encountered:
For example, I am adding userName to the model and I know I can access the value by {{ userName }} in my template.
But I want to list all defined variables (keys) in a template like {{ _context.key }} {{ _context.value }} and see in my template something like
userName: Jhon Doe
.Is that possible? Or is there a way to see all defined variables in a template?
The text was updated successfully, but these errors were encountered: