<%bte.doc super=navbartpl.bte output="false"%>
<%bte.tpl name=content%>
<h1><%bte.inc name="productname" %></h1>
<p>Only <big><%bte.inc name="unitcost" %></big> each!!!!!</p>
<p><%bte.inc name="productdescription" %></p>

<%bte.grp onNoResolve=ok %>
<p><img src="<%bte.inc name="photoname" %>" 
<%bte.grp onNoResolve=warning %>width=<%bte.inc name="photowidth" %><%/bte.grp%>
<%bte.grp onNoResolve=warning %>height=<%bte.inc name="photoheight" %><%/bte.grp%>
alt="<%bte.inc name="productname" %>"></p>
<%/bte.grp%>

<%bte.grp ondefault=ok %>
<p><%bte.inc name="shipping" %></p>
<%/bte.grp%>
<%/bte.tpl%>

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

<%/bte.doc%>