Lesson 2.4: Add iterative and conditional content to templates
This lesson shows how to include iterative and conditional content
in JET templates.
Lesson checkpoint
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