mirror of
https://github.com/node-red/node-red.git
synced 2023-10-10 13:36:53 +02:00
Update packages/node_modules/@node-red/nodes/locales/en-US/function/80-template.html
Co-authored-by: Nick O'Leary <nick.oleary@gmail.com>
This commit is contained in:
parent
1aaab2a814
commit
702dfa4b79
@ -48,8 +48,8 @@
|
||||
<code>{{global[store].name}}</code>.
|
||||
<p><b>Note: </b>By default, <i>mustache</i> will escape any non-alphanumeric or HTML entities in the values it substitutes.
|
||||
To prevent this, use <code>{{{triple}}}</code> braces.</p>
|
||||
<p>You can change the characters used for templating (if for example you need to use {{ }} within your content) by adding a line to the top of the template itself,
|
||||
to change to use [[ ]] add:
|
||||
<code>{{=[[ ]]=}}</code>
|
||||
To the start of your template.</p>
|
||||
<p>If you need to use <code>{{ }}</code> within your content, you can change the characters
|
||||
used to mark the templated sections. For example, to use <code>[[ ]]</code>
|
||||
instead, add the following line to the top of the template:</p>
|
||||
<pre>{{=[[ ]]=}}</pre>
|
||||
</script>
|
||||
|
Loading…
Reference in New Issue
Block a user