16 lines
257 B
Plaintext
16 lines
257 B
Plaintext
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>{{ page.title }}</title>
|
|
</head>
|
|
<body>
|
|
<div>
|
|
<article>
|
|
<h2>{{ page.title }}</h2>
|
|
{{ page.content }}
|
|
</article>
|
|
</div>
|
|
</body>
|
|
</html>
|