prettier/tests/handlebars-basics/literals.hbs

8 lines
149 B
Handlebars

{{mustache true}}
{{mustache 5}}
{{mustache undefined}}
{{mustache null}}
<!-- hello world -->
{{! Mustache Comment}}
{{!-- Mustache Comment }} --}}