ideas
ideas copied to clipboard
User tag improvement regarding extracting singular data points
Currently, the {{ user:profile }}, or {{ user }} tag to extract the current users info is set up like this:
{{ user }}
The current user's name is {{ name }}.
{{ /user }}
Found here
I found no shorthand for this to extract one field without fully commiting to a loop, like {{ user:name }}. Is this intentionally lacking, or a possible feature?