From db789f5185588b542f8298dba220f7c4fdf96ccf Mon Sep 17 00:00:00 2001 From: jgenero Date: Sat, 15 Oct 2022 18:31:34 +0200 Subject: [PATCH] initial commit corpus bourbon --- app/templates/corpus_bourbon.html | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 app/templates/corpus_bourbon.html diff --git a/app/templates/corpus_bourbon.html b/app/templates/corpus_bourbon.html new file mode 100644 index 0000000..d22303f --- /dev/null +++ b/app/templates/corpus_bourbon.html @@ -0,0 +1,6 @@ +{% extends "container.html" %} +{% block corps %} +
+ CORPUS BOURBON +
+{% endblock %} \ No newline at end of file