We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
the log command can be useful for debugging. It doesn't generate output text like {{ }}, but instead writes the value of it's expression to stderr.
{{
}}
So you will only see the output of log in your logfiles or stderr.
{% log @"you won't see this" %}
Output: