rittenhop-ghost/versions/5.94.2/node_modules/express-hbs/test/issues/62/block.hbs

11 lines
230 B
Handlebars
Raw Normal View History

{{#async "World" inverse="true"}}
<p>Hello {{output}}</p>
{{else}}
<p>Goodbye {{output}}</p>
{{/async}}
{{#async "Handlebars" inverse="false"}}
<p>Hello {{output}}</p>
{{else}}
<p>Goodbye {{output}}</p>
{{/async}}