website/templates/index.html
2024-11-12 21:06:52 -07:00

18 lines
No EOL
410 B
HTML

{% extends "base.html" %}
{% block content %}
<h1 class="title">
New Website!! (WIP)
</h1>
Professional waster of time, purveyor of useless activities, and chronic avoider of productivity.
<!-- br brr brrrrr (bad) -->
<br>
<br>
I write bad code for fun and play games
<br>
<br>
<a href="/about">More about me</a>.
<p><a href="{{ get_url(path='@/blog/_index.md') }}">Posts</a>.</p>
{% endblock content %}