<html>

<head>
    <title>{{.Layout.Title}}</title>
</head>

<body>
    {{ yield }}
</body>

</html>