-
+ {#each bindings as binding}
+
- {
+ value = addToText(value, getCaretPosition(), binding)
+ }}
+ >
+ {binding.label}
+ {binding.type}
+ {#if binding.description}
+
++ {binding.description || ""} ++ {/if} +
+ {/each}
+
-
+ {#each filteredHelpers as helper}
+
- {
+ value = addToText(value, getCaretPosition(), helper.text)
+ }}
+ >
+ ++{helper.displayText}++ {@html helper.description} ++
{helper.example || ''}
+
+ {/each}
+
Current Handlebars syntax is invalid, please check the guide here @@ -103,70 +105,105 @@