<%abstract> <%args> User userAccount; String title = ""; <% title %> <%doc> could include a navigation bar here

Jamon

a typed template engine for Java


<%if userAccount.isAuthorized() %> <& *CHILD &> <%else> Not authorized to view this page. <%doc> could also include a footer here