summaryrefslogtreecommitdiff
path: root/views/staff.ejs
diff options
context:
space:
mode:
Diffstat (limited to 'views/staff.ejs')
-rw-r--r--views/staff.ejs19
1 files changed, 19 insertions, 0 deletions
diff --git a/views/staff.ejs b/views/staff.ejs
new file mode 100644
index 0000000..f099edb
--- /dev/null
+++ b/views/staff.ejs
@@ -0,0 +1,19 @@
+<!doctype html>
+<html>
+<head>
+ <title>vvalls</title>
+ [[ include partials/meta ]]
+</head>
+<body class="loading">
+<div class="rapper page">
+ [[ include partials/header ]]
+
+ [[ include staff/edit-docs ]]
+
+ [[ include partials/footer ]]
+</div>
+
+
+</body>
+[[ include partials/scripts ]]
+</html>