21 lines
312 B
Plaintext
21 lines
312 B
Plaintext
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
{{ include "_layouts/_head.liquid" }}
|
|
</head>
|
|
<body>
|
|
{{ include "_layouts/_menu.liquid" }}
|
|
|
|
|
|
<main>
|
|
<article>
|
|
<h1>{{ title }}</h1>
|
|
|
|
{{ content }}
|
|
</article>
|
|
</main>
|
|
|
|
{{ include "_layouts/_footer.liquid" }}
|
|
</body>
|
|
</html>
|