1 2 3 4 5 6 7
<div> {{#if user}} <h1>Hello, {{user.name}}!</h1> {{else}} <h1>Hello, Guest!</h1> {{/if}} </div>