6 lines
64 B
Handlebars
6 lines
64 B
Handlebars
{{#if hasBlock}}
|
|
{{yield}}
|
|
{{else}}
|
|
{{content}}
|
|
{{/if}}
|