8 lines
128 B
PHP
8 lines
128 B
PHP
<html>
|
|
<head>
|
|
<title>{{ $title ?? 'Trove' }}</title>
|
|
</head>
|
|
<body>
|
|
{{ $slot }}
|
|
</body>
|
|
</html>
|