Skip to content

Instantly share code, notes, and snippets.

@kovtunos
Last active December 6, 2018 13:53
Show Gist options
  • Save kovtunos/320431725cc22585aa859f651764e697 to your computer and use it in GitHub Desktop.
Save kovtunos/320431725cc22585aa859f651764e697 to your computer and use it in GitHub Desktop.
Pug while cycle #pug
- 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