initial commit

This commit is contained in:
Daniel Fichtinger 2025-07-02 16:02:49 -04:00
commit ed6c1e9522
58 changed files with 2221 additions and 0 deletions

6
templates/basic.html Normal file
View file

@ -0,0 +1,6 @@
{% extends "base.html" %}
{% block content %}
{{ content | safe }}
{% endblock %}