<!doctype html>
<html>

#include header.html

<body>
<title>ktyl ~ blog</title>

<div class="nav">
#include titlestart.html
/blog
#include titleend.html
#include nav.html

#include socials.html
</div>

<div class="page">
<h1>Just Testing</h1>

<div class="text-panel">

<ul class="blog-index">
#include blogindexlinks.html
</ul>

</div>
</div>

#include planets.html

</body>

</html>