Todo List (Sortable)
{{#each (get "tasks")}}
{{#if urgent}} urgent {{/if}} {{#if medium}} normal {{/if}} {{#if low}} low {{/if}}
{{/each}}