Skip to content

Instantly share code, notes, and snippets.

@kaustubhgupta
Created April 19, 2022 15:08
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 kaustubhgupta/41ed7c7e121c4c93cc100541ef7a9e1b to your computer and use it in GitHub Desktop.
Save kaustubhgupta/41ed7c7e121c4c93cc100541ef7a9e1b to your computer and use it in GitHub Desktop.
{% set users = ['Kaustubh', 'Saksham', 'Saumya', 'Ayushi', 'Abhishek', 'Anmol'] %}
{% import "helper.html" as helpers %}
{{helpers.generateList(users)}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment