<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
<c:if test="${condition}">
</c:if>
<c:forEach items="${collection}" var="item">
</c:forEach>
<taglib>
<taglib-uri>http://java.sun.com/jsp/jstl/core</taglib-uri>
<taglib-location>/WEB-INF/lib/jstl-core.jar</taglib-location>
</taglib>