<%bte.doc output="false"%>
<%bte.tpl name=page%>
<html>
<body bgcolor="#FFCCFF">
<h1><%bte.inc name="productname" %></h1>
<p>Only <big><%bte.inc name="unitcost" %></big> each!!!!!</p>
<p><%bte.inc name="productdescription" %></p>
<%bte.grp ondefault=ok %>
<p><%bte.inc name="shipping" %></p>
<%/bte.grp%>
</body>
</html>
<%/bte.tpl%>

<%bte.tpl name=shipping%>
This product can be shipped to you via ground or air.
<%/bte.tpl%>

<%/bte.doc%>