Remove the published version from git, figure out centering, remove some assets I shouldn't be using

This commit is contained in:
Bun 2025-07-01 14:24:35 -04:00
parent 6d0553b648
commit aaf2c39d16
20 changed files with 57 additions and 222 deletions

8
templates/generic.html Normal file
View file

@ -0,0 +1,8 @@
{% extends "base.html" %}
{% block content %}
<h1 class="title">
{{ section.title }}
</h1>
{{ section.content | safe }}
{% endblock content %}