diff options
author | Adam Hassick <ahassick@iol.unh.edu> | 2021-03-16 14:18:31 -0400 |
---|---|---|
committer | Adam Hassick <ahassick@iol.unh.edu> | 2021-03-17 15:23:00 -0400 |
commit | babedf30038b453ea7d123c9bb744f4acb14e625 (patch) | |
tree | bb34d03e56f134941e85bd374b7c074e2c3727af /src/templates/lfedge/layout.html | |
parent | 8a902d357fa6eca07384d25fac32a6e0521a63e5 (diff) |
Added LF Edge template overrides.
Signed-off-by: Adam Hassick <ahassick@iol.unh.edu>
Change-Id: If119646eee67fb7e145c5e92e64fa4f28a947dbe
Diffstat (limited to 'src/templates/lfedge/layout.html')
-rw-r--r-- | src/templates/lfedge/layout.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/templates/lfedge/layout.html b/src/templates/lfedge/layout.html new file mode 100644 index 0000000..217060c --- /dev/null +++ b/src/templates/lfedge/layout.html @@ -0,0 +1,5 @@ +{% extends "base/layout.html" %} + +{% block head-title %} +<title>LF Edge Dashboard</title> +{% endblock head-title %} |