dork.dev/_layouts/default.liquid

19 lines
350 B
Text

<!DOCTYPE html>
<html lang="en">
<head>
{% include "head.liquid" %}
</head>
<body>
<div>
<header>
{% include "header.liquid" %}
</header>
<main>
{{ page.content }}
</main>
<footer>
{% include "footer.liquid" %}
</footer>
</div>
</body>
</html>