<%flags>inherit=None</%flags>
<html>
<head>
	<link rel="stylesheet" href="<& common.myc:document_uri &>shopping.css"></link>
</head>
<title>Myghty Shopping Cart Example</title>
<body>
<& header.myc &>

<div class="container">
<table cellpadding="0" cellspacing="0"><tr>
<td valign="top">
<& sidebar.myc &>
</td>

<td valign="top">
<div class="main">
% m.call_next()
</div>
</td>
</tr></table>

</div>
</body>
</html>
