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