-
Notifications
You must be signed in to change notification settings - Fork 119
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
For - loop - else #19
Comments
Your logic is broken, to acheive what you want you need to have an
In liquid (based on shopify), it could look like this:
|
Well.. Since this is based on liquid it should work... I understand there is a more correct way of doing it.. On 24 apr 2013, at 18:41, chrstphrknwtn [email protected] wrote:
|
sorry, my mistake... the way you describe is indeed correct, and insomuch a bug for this php port. |
escape should use htmlentities; escape_once should simply work
{% for product in product %}
{{ product.name }}
{% else %}
No products found
{% endfor %}
does not work... would be great if could have that!
The text was updated successfully, but these errors were encountered: