%abstract>
<%args>
User userAccount;
String title = "";
%args>
<% title %>
<%doc> could include a navigation bar here %doc>
Jamon
a typed template engine for Java
<%if userAccount.isAuthorized() %>
<& *CHILD &>
<%else>
Not authorized to view this page.
%if>
<%doc> could also include a footer here%doc>