5 lines
87 B
HTML
5 lines
87 B
HTML
{{#if busy}}
|
|
<h4>{{name}} is busy.</h4>
|
|
{{else}}
|
|
<h4>{{name}} is not busy.</h4>
|
|
{{/if}} |