Solved
Iterate Integer using Sightly
Hi,
I need to iterate a loop based on Integer value. I know a way to do it using jstl but need to do it in sightly.
<c:forEach var="item" begin="1" end="5" varStatus="loop"> </c:forEach>
This loop will get execute 5 times.
Same I need to do in Sightly.