This lesson showed how to include iterative and conditional content
in JET templates.
The video demonstrated how to do the following things:
- Use the JET <c:iterate> tag to surround a block of text to be repeated
- Use the JET <c:if> tag to surround a block of text to be generated
conditionally
- Use the JET <c:choose>, <c:when>, and <c:otherwise> tags to surround
blocks of mutually exclusive text alternatives