website/_layouts/default.html

11 lines
168 B
HTML
Raw Normal View History

2016-04-05 18:38:01 +00:00
<!DOCTYPE html>
<html>
2016-04-06 16:15:42 +00:00
{% include head.html %}
<body>
{% include header.html %}
<div class="page-content">
{{ content }}
2016-04-06 16:15:42 +00:00
</div>
</body>
</html>