first commit

This commit is contained in:
Auric Vente
2024-08-01 22:12:44 -06:00
commit 0bcefa0b61
64 changed files with 13272 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
{% extends "base.html" %}
{% block title %}
Curls Feedback
{% endblock %}
{% block body %}
{{message|safe}}
{% endblock %}