OLD | NEW |
(Empty) | |
| 1 {{#each comments}}{{/each}} |
| 2 {{~#if isActive~}}{{~/if~}} |
| 3 |
| 4 ---------------------------------------------------- |
| 5 |
| 6 [ |
| 7 ["handlebars", [ |
| 8 ["delimiter", "{{"], ["block", "#each"], ["variable", "comments"
], ["delimiter", "}}"] |
| 9 ]], |
| 10 ["handlebars", [ |
| 11 ["delimiter", "{{"], ["block", "/each"], ["delimiter", "}}"] |
| 12 ]], |
| 13 ["handlebars", [ |
| 14 ["delimiter", "{{"], ["punctuation", "~"], ["block", "#if"], ["v
ariable", "isActive"], ["punctuation", "~"], ["delimiter", "}}"] |
| 15 ]], |
| 16 ["handlebars", [ |
| 17 ["delimiter", "{{"], ["punctuation", "~"], ["block", "/if"], ["p
unctuation", "~"], ["delimiter", "}}"] |
| 18 ]] |
| 19 ] |
| 20 |
| 21 ---------------------------------------------------- |
| 22 |
| 23 Checks for block helpers. |
OLD | NEW |