Files
old.xevion.github.io/_layouts/default.html
2016-12-08 22:38:20 -05:00

14 lines
194 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>