add: template

This commit is contained in:
2025-12-17 22:43:48 -08:00
parent e0386f137b
commit 995aa86b91

16
template.html Normal file
View File

@@ -0,0 +1,16 @@
<html>
<head>
<title>wiki.tipsy.codes</title>
</head>
<body>
<nav>
<ol>
<li><a href="/README.md">README</a></li>
<li><a href="/thoughts.md">Thoughts</a></li>
</ol>
</nav>
<div class="content">
{% block 'body' %}
</div>
</body>
</html>