2020-07-01 15:22:07 +08:00

6 lines
64 B
Handlebars

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