vss/example/layouts/index.html
2022-11-02 14:00:43 +09:00

12 lines
No EOL
198 B
HTML

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