Skip to content

Instantly share code, notes, and snippets.

@martos28
Created December 6, 2018 13:55
Show Gist options
  • Select an option

  • Save martos28/d36f42f7e64fed549fccba25f77f7fd6 to your computer and use it in GitHub Desktop.

Select an option

Save martos28/d36f42f7e64fed549fccba25f77f7fd6 to your computer and use it in GitHub Desktop.
pug while img
- var n = 1
while n <= 6
.item
img(src="images/screenshot-" + n++ + ".png")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment