From 2bde1b0660585e16116fbd12c86b53e886b6f3be Mon Sep 17 00:00:00 2001 From: Jonathan Tschanter Date: Fri, 21 Jan 2022 00:14:34 +0100 Subject: Add first layout with simplecss --- templates/dashboard.twig | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 templates/dashboard.twig (limited to 'templates/dashboard.twig') 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 %} +

Home?

+

Updates to own cards?

+

Card of the day?

+

Events?

+

News?

+{% endblock %} -- cgit v1.2.3