Skip to content

Instantly share code, notes, and snippets.

@UtahCampusD
Created March 1, 2017 15:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save UtahCampusD/9fe47e8eea2a54558fb22e1c2deed3cd to your computer and use it in GitHub Desktop.
Save UtahCampusD/9fe47e8eea2a54558fb22e1c2deed3cd to your computer and use it in GitHub Desktop.
{% set my_list = [ 'item1','item2','item3','item4'] %}
{% if grains['some_grain'] in my_list %}
# it's on the list, do something
{% else %}
# not on the list, do nothing
{% endif %}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment