{{#partial 'account-heading'}} {{lang 'core.account.recent_items.heading'}} {{/partial}} {{#partial 'account-content'}} {{#if customer.recently_viewed_products.items}}
{{!-- TODO: Limit to 3 products? --}} {{#each customer.recently_viewed_products.items}} {{> core/account/_private/account-product-item default_image=../theme_settings.default_image show_bg=../show_bg}} {{/each}}
{{else}}

{{lang 'core.account.recent_items.empty'}}

{{/if}} {{/partial}} {{> core/account/_private/layout nav_page='recent_items' class='recent-items'}}