Skip to content

Instantly share code, notes, and snippets.

@julzmon
Created July 1, 2014 23:12
Show Gist options
  • Select an option

  • Save julzmon/ac30ddb09889722c577a to your computer and use it in GitHub Desktop.

Select an option

Save julzmon/ac30ddb09889722c577a to your computer and use it in GitHub Desktop.
{% set counter = 0 %}
{% for entity in itemsTotal if entity|length %}
{% set counter = counter + 1 %}
{% endfor %}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment