From ecc769dab59d427c1fa5dc8856dd32068b4ba6db Mon Sep 17 00:00:00 2001 From: James Barnett Date: Fri, 30 Mar 2018 19:41:03 +0100 Subject: Initial functionality. Static realtime usage for a single device --- views/layout.hbs | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 views/layout.hbs (limited to 'views/layout.hbs') diff --git a/views/layout.hbs b/views/layout.hbs new file mode 100644 index 0000000..2f78105 --- /dev/null +++ b/views/layout.hbs @@ -0,0 +1,24 @@ + + + + + + + + + + {{device.alias}} - Energy Monitor + + + + + + + + + + + {{{body}}} + + + \ No newline at end of file -- cgit v1.2.3