11 lines
148 B
HTML
Raw Normal View History

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