From f7156592a81a0cf450823b207e46cc28c4df3809 Mon Sep 17 00:00:00 2001 From: Paul Martin Date: Thu, 16 Oct 2025 17:17:46 +0200 Subject: [PATCH] create templates --- templates/main.html | 38 ++++++++++++++++++++++++++++++++++++++ templates/questions.html | 31 +++++++++++++++++++++++++++++++ 2 files changed, 69 insertions(+) create mode 100644 templates/main.html create mode 100644 templates/questions.html diff --git a/templates/main.html b/templates/main.html new file mode 100644 index 0000000..de5ae85 --- /dev/null +++ b/templates/main.html @@ -0,0 +1,38 @@ + + + + + + + + + + + DHmTM {{year}} + + + + DH meets Top Management {{year}} +
+

Für welchen Bereich sind Sie zuständig?

+

Was wären Perspektiven für DH-Studierende in Ihrem Bereich?

+
+
+ {% for i in questions %} +
+
    +
  • + {% for e in i %} +
  • {{e}}
  • + {% endfor %} +
+
+ {% endfor %} +
+ +

Paul Martin, {{year}}

+ + + diff --git a/templates/questions.html b/templates/questions.html new file mode 100644 index 0000000..94673b3 --- /dev/null +++ b/templates/questions.html @@ -0,0 +1,31 @@ + + + + + + + + + DHmTM {{year}} + + + Fragen bearbeiten +
+ +
+
+ + +
+
+ +
+ +