<%flags>inherit =None</%flags>
% m.set_output_encoding('latin1', 'htmlentityreplace')
<html>
<head>
	<title><& REQUEST:title &></title>
	<link href="<% self.attributes.get('lib_uri', None)%>style.css" rel="stylesheet" type="text/css"></link>
	<link href="<% self.attributes.get('lib_uri', None)%>syntaxhighlight.css" rel="stylesheet" type="text/css"></link>
</head>
<body>

% m.call_next()

<center>
</center>
</body>
</html>


<%method title>
Welcome to Myghty!
</%method>


