From 96c6f2154007649c32fa5c29e04bb686df00dfff Mon Sep 17 00:00:00 2001 From: "Matthias P. Braendli" Date: Mon, 1 Jan 2024 23:05:29 +0100 Subject: Create scaffolding --- templates/dashboard.html | 6 ++++++ templates/foot.html | 4 ++++ templates/head.html | 40 ++++++++++++++++++++++++++++++++++++++++ 3 files changed, 50 insertions(+) create mode 100644 templates/dashboard.html create mode 100644 templates/foot.html create mode 100644 templates/head.html (limited to 'templates') diff --git a/templates/dashboard.html b/templates/dashboard.html new file mode 100644 index 0000000..b2cc5f4 --- /dev/null +++ b/templates/dashboard.html @@ -0,0 +1,6 @@ +{% include "head.html" %} +
+ Dashboard! +
+{% include "foot.html" %} +{# vi:set et sw=2 ts=2: #} diff --git a/templates/foot.html b/templates/foot.html new file mode 100644 index 0000000..c3aa9b4 --- /dev/null +++ b/templates/foot.html @@ -0,0 +1,4 @@ + + + +{# vi:set et sw=2 ts=2: #} diff --git a/templates/head.html b/templates/head.html new file mode 100644 index 0000000..49beebd --- /dev/null +++ b/templates/head.html @@ -0,0 +1,40 @@ + + + + CATS Radio Node - {{ title }} + + + + + + + + +
+{# vi:set et sw=2 ts=2: #} -- cgit v1.2.3