<!DOCTYPE html>
<html>
	<head>
		<meta charset="utf-8"/>
		<link rel="stylesheet" href="stylesheet.css"/>
		<title>${title}</title>
	</head>
	<body>
		${content}
	</body>
</html>