From a4ba880252b2bad72df3f16dd11fdf2206825335 Mon Sep 17 00:00:00 2001 From: Justin Choquette Date: Mon, 23 Oct 2023 16:24:13 -0400 Subject: Single Template Selection For Compatible Dashboards Change-Id: I0a795c2c49fdbe0427182a8789d622003997efcd Signed-off-by: Justin Choquette --- src/templates/anuket/layout.html | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 src/templates/anuket/layout.html (limited to 'src/templates/anuket/layout.html') diff --git a/src/templates/anuket/layout.html b/src/templates/anuket/layout.html new file mode 100644 index 0000000..f9b1d99 --- /dev/null +++ b/src/templates/anuket/layout.html @@ -0,0 +1,5 @@ +{% extends "base/layout.html" %} + +{% block head-title %} +LaaS Dashboard +{% endblock head-title %} -- cgit 1.2.3-korg