mirror of
https://github.com/Xevion/old.xevion.github.io.git
synced 2025-12-07 20:07:37 -06:00
14 lines
212 B
HTML
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>
|