templates/web/customer/404.twig line 1

Open in your IDE?
  1. {##
  2.  # 404 Page not found widget
  3.  #}
  4. <h2 class="page-not-found">{{ t('Page not found') }}</h2>
  5. {% if this.getPageType() == 'product' %}
  6.   {{ widget_list('404.product') }}
  7. {% elseif this.getPageType() == 'category' %}
  8.   {{ widget_list('404.category') }}
  9. {% else %}
  10.   {{ widget_list('404.default') }}
  11. {% endif %}