vss/example/layouts/index.html
2022-09-06 02:30:26 +09:00

12 lines
No EOL
205 B
HTML

<!DOCTYPE html>
<head>
<meta charset="utf-8">
<title>@title</title>
<!-- <base href="@baseUrl"> -->
<meta name="description" content="@description" />
</head>
<body>
@contents
</body>