Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 119 Bytes

jinja2.md

File metadata and controls

3 lines (2 loc) · 119 Bytes

CheatSheet

  • Split string to list of items using comma as the separator: {% set list1 = variable1.split(',') %}