From d10fc0abae87da772c66a3efb9023b7665ce8096 Mon Sep 17 00:00:00 2001 From: jgenero Date: Sat, 15 Oct 2022 19:35:33 +0200 Subject: [PATCH] initial commit prince corpus html --- app/templates/prince_corpus.html | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 app/templates/prince_corpus.html diff --git a/app/templates/prince_corpus.html b/app/templates/prince_corpus.html new file mode 100644 index 0000000..46ed787 --- /dev/null +++ b/app/templates/prince_corpus.html @@ -0,0 +1,7 @@ +{% extends "container.html" %} +{% block corps %} +
+

Actes du duc {{prince}}

+ +
+{% endblock %} \ No newline at end of file