publish v1

This commit is contained in:
Mathias DUPEUX 2025-03-05 15:41:26 +01:00
commit 761e6d810a
21 changed files with 526 additions and 0 deletions

View file

@ -0,0 +1,10 @@
{% extends 'base.html' %}
{% block head %}
<title>Demo</title>
{% endblock %}
{% block content %}
{{ written }}
{% endblock %}