mirror of
https://github.com/Xevion/old.xevion.github.io.git
synced 2025-12-06 19:15:36 -06:00
14 lines
194 B
HTML
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>
|