escaping nunjucks {{
To escape, i just use
{% raw %} ${{ parameters.tfautoapprove }} {% endraw %}
As you can see, the {{ is escaped.
Can refer to this article for more info.
https://jinja.palletsprojects.com/en/2.10.x/templates/#escaping
To escape, i just use
{% raw %} ${{ parameters.tfautoapprove }} {% endraw %}
As you can see, the {{ is escaped.
Can refer to this article for more info.
https://jinja.palletsprojects.com/en/2.10.x/templates/#escaping
Comments