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