Files
old.xevion.github.io/_layouts/default.html
2016-12-09 21:17:44 -05:00

14 lines
212 B
HTML

<!DOCTYPE html>
<html>
<head>
{% include head.html %}
</head>
<body>
{% include nav.html %}
<!-- <div id="skrollr-body"> -->
{{ content }}
<!-- </div> -->
{% include scripts.html %}
</body>
</html>