23 lines
696 B
Plaintext
Raw Normal View History

2018-12-19 14:09:39 +08:00
{{#each comments}}{{/each}}
{{~#if isActive~}}{{~/if~}}
----------------------------------------------------
[
["handlebars", [
["delimiter", "{{"], ["block", "#each"], ["variable", "comments"], ["delimiter", "}}"]
]],
["handlebars", [
["delimiter", "{{"], ["block", "/each"], ["delimiter", "}}"]
]],
["handlebars", [
["delimiter", "{{"], ["punctuation", "~"], ["block", "#if"], ["variable", "isActive"], ["punctuation", "~"], ["delimiter", "}}"]
]],
["handlebars", [
["delimiter", "{{"], ["punctuation", "~"], ["block", "/if"], ["punctuation", "~"], ["delimiter", "}}"]
]]
]
----------------------------------------------------
Checks for block helpers.