{{#each array}}
{{#if conditoin}}
...
{{else}}
{{#if condition}}
....
{{/if}}
...
{{#if condition}}
...
{{/if}}
{{/if}}
{{/each}}
so this is my nested condition but in the first closing if under else the error was throw Unexpected closing template tag {{/if}}