<html>
<head>
	<title>
	<& SELF:title &>
	</title>
	<link rel="stylesheet" type="text/css" href="/style.css"></link>
</head>
<body>
<& /header.myc &>

% m.call_next()

<& /footer.myc &>
</body>
</html>

<%method title trim="both">
Site Title
</%method>
