<html>
<head>
<title>My WebsiteLayout</title>
</head>
<body>
<!-- Render the current template here -->
{{ yield }}
</body>
</html>