Created
October 26, 2015 21:01
-
-
Save ismasan/dbb20bed8036163d3549 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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