14 lines
130 B
Text
14 lines
130 B
Text
|
---
|
||
|
export let content;
|
||
|
---
|
||
|
|
||
|
<html>
|
||
|
<head>
|
||
|
<title>{content.title}</title>
|
||
|
</head>
|
||
|
|
||
|
<body>
|
||
|
<slot/>
|
||
|
</body>
|
||
|
</html>
|