2019-08-31 20:51:14 -07:00

6 lines
61 B
Handlebars

{{#if hasBlock}}
{{yield}}
{{else}}
{{@content}}
{{/if}}