1
Fork 0
blog/_layouts/simple.liquid
2018-01-08 15:56:34 +01:00

21 lines
295 B
Plaintext

<!DOCTYPE html>
<html lang="en">
<head>
{% include "_head.liquid" %}
</head>
<body>
{% include "_menu.liquid" %}
<main>
<article>
<h1>{{ page.title }}</h1>
{{ page.content }}
</article>
</main>
{% include "_footer.liquid" %}
</body>
</html>