1
0
Fork 0
website/templates/index.html

15 lines
421 B
HTML
Raw Normal View History

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