SnapKit/_layouts/default.html

21 lines
279 B
HTML
Raw Normal View History

2015-04-15 07:39:21 +08:00
<!DOCTYPE html>
<html>
{% include head.html %}
2015-04-15 18:52:48 +08:00
<body id="page-{{ page.id }}">
2015-04-15 07:39:21 +08:00
{% include header.html %}
2015-04-15 18:52:48 +08:00
<div id="content-wrapper">
<section id="content">
2015-04-15 07:39:21 +08:00
{{ content }}
2015-04-15 18:52:48 +08:00
</section>
2015-04-15 07:39:21 +08:00
</div>
{% include footer.html %}
</body>
</html>