%abstract>
<%args>
User2 userAccount;
%args>
<& title; name = userAccount.getName() &>
<%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>
<%method title>
<%args>
String name;
%args>
Jamon News for <% name %>
%method>