{% extends CMS_TEMPLATE %} {% load i18n thumbnail pcart_core theme_tags %} {% comment %} The search.liquid template is not a required template. That search.liquid template is included in the current theme to make it easier for you to customize your /search page. Whether you are using your own template for the search page or not, the {{ content_for_header }} tag in theme.liquid will always output the following on the /search page: So the /search page is always styled by a globally-hosted stylesheet called search.css. You may override and complement that CSS in your theme's stylesheet. We are using a div#searchresults below so that the styles defined in search.css get applied to the elements on this page; the 'searchresults' id is used in the CSS selectors inside search.css. {% endcomment %} {% block content %}
Your search for "{{ search.terms }}" did not yield any results.
{% else %}