Initial commit.

This commit is contained in:
2020-01-11 10:33:58 +01:00
commit afcec9769e
542 changed files with 151530 additions and 0 deletions

9
templates/home.html Normal file
View File

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