summaryrefslogtreecommitdiff
path: root/openstack-dashboard/dashboard/templates/base.html
diff options
context:
space:
mode:
Diffstat (limited to 'openstack-dashboard/dashboard/templates/base.html')
-rw-r--r--openstack-dashboard/dashboard/templates/base.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/openstack-dashboard/dashboard/templates/base.html b/openstack-dashboard/dashboard/templates/base.html
new file mode 100644
index 00000000..cf37c0e4
--- /dev/null
+++ b/openstack-dashboard/dashboard/templates/base.html
@@ -0,0 +1,5 @@
+{% extends "base-root.html" %}
+
+{% block rootcontent %}
+{% block content %}{% endblock %}
+{% endblock %} \ No newline at end of file