diff options
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 %} |