From 366a2302d092c12f388f0eb8efb4faaa3acd3303 Mon Sep 17 00:00:00 2001 From: rubenwardy Date: Sun, 18 Mar 2018 17:43:30 +0000 Subject: Initial commit --- app/templates/index.html | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 app/templates/index.html (limited to 'app/templates/index.html') diff --git a/app/templates/index.html b/app/templates/index.html new file mode 100644 index 0000000..541b230 --- /dev/null +++ b/app/templates/index.html @@ -0,0 +1,35 @@ +{% extends "base.html" %} + +{% block title %} +Dashboard +{% endblock %} + +{% block content %} +
+

{{ self.title() }}

+ + {% if current_user.is_authenticated %} +

+ Hello user! +

+ {% else %} +

+ Please login! +

+ {% endif %} +
+ +
+
+

Top Mods

+
+
+

Statistics

+
    +
  • Total mods: 543
  • +
  • Missing mods: 1020
  • +
  • Downloads/day: 200
  • +
+
+
+{% endblock %} -- cgit v1.2.3