index.jsp 260 B

12345678
  1. <%@page contentType="text/html" pageEncoding="UTF-8"%>
  2. <%@taglib prefix="t" tagdir="/WEB-INF/tags" %>
  3. <t:template>
  4. <jsp:attribute name="title">Home</jsp:attribute>
  5. <jsp:body>
  6. <p>Hi I'm the heart of the message</p>
  7. </jsp:body>
  8. </t:template>