diff --git a/packages/node_modules/@node-red/nodes/locales/en-US/function/80-template.html b/packages/node_modules/@node-red/nodes/locales/en-US/function/80-template.html
index 95fa14225..d2ffe43f9 100644
--- a/packages/node_modules/@node-red/nodes/locales/en-US/function/80-template.html
+++ b/packages/node_modules/@node-red/nodes/locales/en-US/function/80-template.html
@@ -47,5 +47,9 @@
{{global.name}}, or for persistable store store use {{flow[store].name}} or
{{global[store].name}}.
Note: By default, mustache will escape any non-alphanumeric or HTML entities in the values it substitutes.
- To prevent this, use {{{triple}}} braces.
+ To prevent this, use {{{triple}}} braces.
If you need to use {{ }} within your content, you can change the characters
+ used to mark the templated sections. For example, to use [[ ]]
+ instead, add the following line to the top of the template:
{{=[[ ]]=}}