blob: 26e55c6e5604569996c238873c6473e97e28d62b (
plain) (
tree)
|
|
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>{{ page.title }}</title>
<link rel="stylesheet" href="bulma.css">
</head>
<body>
<div>
<h2 class="title">{{ page.title }}</h2>
{{ page.content }}
</div>
</body>
</html>
|