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