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