=====each (списки)=====

curs

{{#if courses.length}}
{{#each courses}}
{{title}}

{{price}}

{{/each}}
{{else}}

Нет записей

{{/if}}