Skip to content

Instantly share code, notes, and snippets.

@ismasan
Created October 26, 2015 21:01
Show Gist options
  • Save ismasan/dbb20bed8036163d3549 to your computer and use it in GitHub Desktop.
Save ismasan/dbb20bed8036163d3549 to your computer and use it in GitHub Desktop.
<h1>{{ search_term }} | {{ products | size }} productos encontrados</h1>
{% if products.size > 0 %}
<ul class="products clearfix">
{% loop products in 'product_item' %}
</ul>
{% else %}
No hay resultados.
{% endif %}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment