From 7b1e61354e6a224d1faffb742cfff149835ee182 Mon Sep 17 00:00:00 2001 From: jgenero Date: Mon, 3 Oct 2022 17:23:01 +0200 Subject: [PATCH] initial commit --- app/templates/pages/about.html | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 app/templates/pages/about.html diff --git a/app/templates/pages/about.html b/app/templates/pages/about.html new file mode 100644 index 0000000..5a291c6 --- /dev/null +++ b/app/templates/pages/about.html @@ -0,0 +1,8 @@ +{% extends "container.html" %} +{% block corps %} +
+ + A PROPOS + +
+{% endblock %} \ No newline at end of file