initial commit

This commit is contained in:
2025-05-20 12:11:13 -04:00
commit 5972c48c4f
4052 changed files with 807510 additions and 0 deletions
@@ -0,0 +1,10 @@
{% extends "layout.html" %}
{% block content %}
<h2>{{ title }}.</h2>
<h3>{{ message }}</h3>
<p>Use this area to provide additional information.</p>
{% endblock %}