mirror of
https://github.com/datahub-project/datahub.git
synced 2025-08-22 16:18:10 +00:00
6 lines
61 B
Handlebars
6 lines
61 B
Handlebars
{{#if hasBlock}}
|
|
{{yield}}
|
|
{{else}}
|
|
{{@content}}
|
|
{{/if}}
|