<html>
<head>
<title>Website Layout</title>

</head>
<body>
	<h1>This is the global layout</h1>
	<br />
	<!-- Render the current template here -->
	{{ yield . }}
</body>
</html>