Skip to content

Instantly share code, notes, and snippets.

@JeremyMcCormick
Created August 12, 2015 22:11
Show Gist options
  • Save JeremyMcCormick/62ef9c731dc6a22338a1 to your computer and use it in GitHub Desktop.
Save JeremyMcCormick/62ef9c731dc6a22338a1 to your computer and use it in GitHub Desktop.
<%@page contentType="text/html" pageEncoding="UTF-8"%>
<%@taglib prefix="t" tagdir="/WEB-INF/tags" %>
<t:genericpage>
<jsp:attribute name="header">
<h1>Welcome</h1>
</jsp:attribute>
<jsp:attribute name="footer">
<p id="copyright">Copyright 1927, Future Bits When There Be Bits Inc.</p>
</jsp:attribute>
<jsp:body>
<p>Hi I'm the heart of the message</p>
</jsp:body>
</t:genericpage>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment