SnapKit/_layouts/default.html

21 lines
279 B
HTML

<!DOCTYPE html>
<html>
{% include head.html %}
<body id="page-{{ page.id }}">
{% include header.html %}
<div id="content-wrapper">
<section id="content">
{{ content }}
</section>
</div>
{% include footer.html %}
</body>
</html>