{{#if list}}
    {{#if name}}<h7>{{name}}</h7>{{/if}}
    {{#each list}}
        {{> mainItem this}}
    {{/each}}
{{/if}}
