17 lines
205 B
Plaintext
17 lines
205 B
Plaintext
layout Document {
|
|
runtime = "server"
|
|
|
|
props {
|
|
language: string = "en"
|
|
}
|
|
|
|
view {
|
|
<html>
|
|
<head></head>
|
|
<body>
|
|
<div id="app"><slot /></div>
|
|
</body>
|
|
</html>
|
|
}
|
|
}
|