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