2022-08-31 23:20:59 +02:00
|
|
|
{% extends "base.html" %}
|
|
|
|
|
|
|
|
{% block main %}
|
|
|
|
<h1>tollyx</h1>
|
|
|
|
<p>hi hello welcome to my website it's pretty wip right now yeah ok bye</p>
|
|
|
|
<h2>todo</h2>
|
|
|
|
<ul>
|
2023-03-22 22:39:18 +01:00
|
|
|
<li>static content ✅</li>
|
2022-08-31 23:20:59 +02:00
|
|
|
<li>sass compilation</li>
|
2023-03-25 21:38:16 +01:00
|
|
|
<li>post metadata (frontmatter) ✅</li>
|
2022-08-31 23:20:59 +02:00
|
|
|
<li>rss/atom/jsonfeed</li>
|
2023-03-25 21:38:16 +01:00
|
|
|
<li>proper error handling ✅ (i guess??)</li>
|
2022-08-31 23:20:59 +02:00
|
|
|
<li>other pages???</li>
|
|
|
|
</ul>
|
|
|
|
{% endblock main %}
|