Skip to content

Instantly share code, notes, and snippets.

@smetj
Last active July 16, 2018 20:50
Show Gist options
  • Save smetj/61cde3020c10c925501c49033f525a82 to your computer and use it in GitHub Desktop.
Save smetj/61cde3020c10c925501c49033f525a82 to your computer and use it in GitHub Desktop.
{% set a = ["x"] %}
{% for item in a %}
{{ a.append("x") }}
{% endfor %}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment