1
0
Fork 0
website/templates/index.html
2023-03-25 21:38:16 +01:00

15 lines
441 B
HTML

{% 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>
<li>static content ✅</li>
<li>sass compilation</li>
<li>post metadata (frontmatter) ✅</li>
<li>rss/atom/jsonfeed</li>
<li>proper error handling ✅ (i guess??)</li>
<li>other pages???</li>
</ul>
{% endblock main %}