1
Fork 0
blog/_layouts/simple.liquid

21 lines
312 B
Plaintext
Raw Normal View History

2017-07-09 12:18:22 +00:00
<!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>