11 lines
243 B
Cheetah
11 lines
243 B
Cheetah
<html>
|
|
<head>
|
|
<title>My Layout</title>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
</head>
|
|
<body>
|
|
{{ yield }}
|
|
</body>
|
|
</html>
|