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?
+
+
+
+ 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
+
+
+ {% for i in range(questions|length-1, -1, -1) %}
+ -
+ {{questions[i] }}
+ (löschen)
+
+ {% endfor %}
+
+
+
+
+
+