Skip to content

Instantly share code, notes, and snippets.

@juque
Forked from ismasan/bootic_search_template.html
Created October 26, 2015 21:04
Show Gist options
  • Save juque/81f3802b8e13f707bff1 to your computer and use it in GitHub Desktop.
Save juque/81f3802b8e13f707bff1 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