966c7dbf02
New look for the navbar and new functionality on mobile. Also includes new look for the mounts list and headers in secret engines.
8 lines
98 B
Handlebars
8 lines
98 B
Handlebars
<span class={{class}}>
|
|
{{#if hasBlock}}
|
|
{{yield}}
|
|
{{else}}
|
|
{{text}}
|
|
{{/if}}
|
|
</span>
|