add: template
This commit is contained in:
17
template.html
Normal file
17
template.html
Normal file
@@ -0,0 +1,17 @@
|
||||
<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 %}
|
||||
{% endblock %}
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user