<%@pagecontentType="text/html;charset=UTF-8"language="java"%><%@taglibprefix="c"uri="http://java.sun.com/jsp/jstl/core"%><%@taglibprefix="form"uri="http://www.springframework.org/tags/form"%><html><head><linkrel="stylesheet"href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css"integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm"crossorigin="anonymous"><c:setvar="valores"scope="session"value="${{1, 2, 3, 4, 5, 6}}"/></head><body><divclass="container"><divclass="row"><divclass="card"style="width: 18rem;"><divclass="card-body"><h5class="card-title">${film.title}</h5><h6class="card-subtitle mb-2 text-muted">${film.description}</h6><pclass="card-text">Some quick example text to build on the card title and make up the bulk of the card's content.</p><ahref="#"class="card-link">Card link</a><ahref="#"class="card-link">Another link</a></div></div></div></div></body></html>