certainlyakey
6/22/2014 - 9:44 PM

Iterate 1 value with each in Jade

Iterate 1 value with each in Jade

ul
	- items = ["Главная", "О нас", "Галерея", "Схема проезда", "Выезд", "Контакты"]
	- each item, i in items
		li 
			a(href='#page-section#{i+1}') #{item}