mirror of
https://github.com/status-im/consul.git
synced 2025-01-17 17:22:17 +00:00
5 lines
70 B
Handlebars
5 lines
70 B
Handlebars
|
{{#if isActive}}
|
||
|
{{yield}}
|
||
|
{{else}}
|
||
|
{{yield to='inverse'}}
|
||
|
{{/if}}
|