Skip to content

Instantly share code, notes, and snippets.

@jackkeller
Created August 1, 2019 21:13
Show Gist options
  • Save jackkeller/f58356e9e187689dee5fae48f76ca24e to your computer and use it in GitHub Desktop.
Save jackkeller/f58356e9e187689dee5fae48f76ca24e to your computer and use it in GitHub Desktop.
// This is purely helpful if you're trying to iterate through // mock data to get a few items on the screen ul - for (var x = 1; x < 11; x++) li a(href="#") | Thing #{x}
// This is purely helpful if you're trying to iterate through
// mock data to get a few items on the screen
ul
- for (var x = 1; x < 11; x++)
li
a(href="#")
| Thing #{x}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment