ability to display wholepage dashboard
diff --git a/planetstack/templates/admin/wholePage.html b/planetstack/templates/admin/wholePage.html
new file mode 100644
index 0000000..1c7423f
--- /dev/null
+++ b/planetstack/templates/admin/wholePage.html
@@ -0,0 +1,4 @@
+<html>
+<head>{% block extrahead %}{% endblock %}</head>
+<body>{% block content %}{% endblock %}</body>            
+</html>