Created
December 6, 2018 13:55
-
-
Save martos28/d36f42f7e64fed549fccba25f77f7fd6 to your computer and use it in GitHub Desktop.
pug while img
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| - 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