<html>
<head>
	<title>
	<% m.request_component.attributes('title') %>
	</title>
	<link rel="stylesheet" type="text/css" href="/style.css"></link>
</head>
<body>
<& /header.myc &>
<& /leftnav.myc &>

% m.call_next()

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

<%attr>
	Welcome to Myghty
</%attr>
