prettier/tests/glimmer/comment.hbs

11 lines
105 B
Handlebars

<div>
{{! Foo }}
{{#if @foo}}
Foo
{{/if}}
{{! Bar }}
{{#if @bar}}
Bar
{{/if}}
</div>