{{#if cards}}
    {{#forEach cards}}
      {{>search_result_card}}
    {{/forEach}}
{{/if}}
