sicp/_layouts/default.html
2014-05-19 00:22:42 -04:00

19 lines
No EOL
245 B
HTML

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