summaryrefslogtreecommitdiff
path: root/templates/dashboard.twig
diff options
context:
space:
mode:
authorJonathan Tschanter <jmtw@tutanota.de>2022-01-21 00:14:34 +0100
committerJonathan Tschanter <jmtw@tutanota.de>2022-01-21 00:14:34 +0100
commit2bde1b0660585e16116fbd12c86b53e886b6f3be (patch)
tree8c23fbad83e8b947c60a50b7af6be2c8b0d4867a /templates/dashboard.twig
parentc2b0ebcdbb23a38a31b4d8c9e39f2a2be4cc862b (diff)
Add first layout with simplecss
Diffstat (limited to 'templates/dashboard.twig')
-rw-r--r--templates/dashboard.twig12
1 files changed, 12 insertions, 0 deletions
diff --git a/templates/dashboard.twig b/templates/dashboard.twig
new file mode 100644
index 0000000..31f2353
--- /dev/null
+++ b/templates/dashboard.twig
@@ -0,0 +1,12 @@
+{% extends 'base.twig' %}
+
+{% block subtitle %}
+ Dashboard
+{% endblock %}
+{% block main %}
+ <p>Home?</p>
+ <p>Updates to own cards?</p>
+ <p>Card of the day?</p>
+ <p>Events?</p>
+ <p>News?</p>
+{% endblock %}