{{!-- Header and Navigation includes would go here --}}
{{#if didYouMean}}

Did you mean: "{{didYouMean}}" ?

{{/if}}
{{#if searchQuery}} Search Results for "{{searchQuery}}"

{{#if hasResults}}Found {{products.length}} products{{else}}No products found{{/if}}

{{else}} All Products {{/if}}
{{#if products.length}} {{#each products}}
{{this.name}} AED {{this.price}}
{{/each}} {{else}} {{/if}}
{{!-- Include your necessary scripts --}}