initialize

This commit is contained in:
2022-02-06 10:19:03 +01:00
commit 75749efa02
61 changed files with 5121 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
{% extends "template.html" %}
{% block content %}
{% if uri: %}
<h3>{{ uri }}</h3>
{% endif %}
<p>{{ status }}</p>
{% endblock %}