<{if $settings.error_404.pre_title}> <{$settings.error_404.pre_title}> <{else}> <{t section="404.html"}>Error 404<{/t}> <{/if}>
<{if $settings.error_404.title}> <{$settings.error_404.title}> <{else}> <{t section="404.html"}>We could not find what you were looking for<{/t}> <{/if}>
<{if $settings.error_404.text}> <{$settings.error_404.text}> <{else}> <{t section="404.html"}>We're sorry, but the page you have reached does not exist. Have a look at some of our most sold items.<{/t}> <{/if}>
-
<{section name="i" loop=$products max=8}>
- <{include file="components/product-card.html" product=$products[i] }> <{/section}>