vss/example/layouts/index.html
2022-08-12 22:17:57 +09:00

12 lines
197 B
HTML

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