From 228bb5ee199145924097033e44fd9f78d71256a2 Mon Sep 17 00:00:00 2001
From: Patrick Jentsch
Date: Fri, 5 Jul 2019 13:54:08 +0200
Subject: [PATCH] Add index template and change some ids to defaults like the
doc suggests.
---
app/templates/header.html.j2 | 34 ++++++++--------------
app/templates/index.html.j2 | 55 ++++++++++++++++++++++++++++++++++++
2 files changed, 67 insertions(+), 22 deletions(-)
create mode 100644 app/templates/index.html.j2
diff --git a/app/templates/header.html.j2 b/app/templates/header.html.j2
index 2ba0fe21..ca892c12 100644
--- a/app/templates/header.html.j2
+++ b/app/templates/header.html.j2
@@ -1,24 +1,4 @@
-
-
-
Notifications
@@ -26,9 +6,19 @@
+
-
-
- Opaque
- Login
diff --git a/app/templates/index.html.j2 b/app/templates/index.html.j2
new file mode 100644
index 00000000..3648311a
--- /dev/null
+++ b/app/templates/index.html.j2
@@ -0,0 +1,55 @@
+{% extends "base.html.j2" %}
+
+{% block page_content %}
+
+
Services
+
+
+
+
+
+
Optical Character Recognition
+
+
+
+
+
+
+
+
+
Natural language processing
+
+
+
+
+
+
+
+
+
Statistics
+
+
+
+
+
Server activity
+
+
+
+
+
+
+
+
+
+
+{% endblock %}