website/_layouts/default.html

15 lines
197 B
HTML
Raw Normal View History

2016-04-05 18:38:01 +00:00
<!DOCTYPE html>
<html>
{% include head.html %}
<body>
{% include header.html %}
<main>
<article>
{{ content }}
</article>
2016-04-05 18:38:01 +00:00
{% include footer.html %}
</main>
</body>
2016-04-05 18:38:01 +00:00
</html>