Skip to content

Instantly share code, notes, and snippets.

@andruby
Created March 19, 2019 14:43
Show Gist options
  • Save andruby/2a063fc8db06035f95334140c1c478e8 to your computer and use it in GitHub Desktop.
Save andruby/2a063fc8db06035f95334140c1c478e8 to your computer and use it in GitHub Desktop.
Hello Liquid
Hello user
Let's say hi 5 times
{% for i in (1..5) %}
Hi {{ i }}
{% endfor %}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment