11 lines
193 B
HTML
11 lines
193 B
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>{{ page.title }}</title>
|
|
<link rel="stylesheet" href="/resources/style.css">
|
|
</head>
|
|
<body>
|
|
{{ content }}
|
|
</body>
|
|
</html> |