<html>
<head>
<title>My Layout</title>

</head>
<body>
	<h1>[layout] Body content is below...</h1>
	<!-- Render the current template here -->
	{{ yield }}
</body>
</html>