summaryrefslogtreecommitdiff
path: root/views/staff.ejs
diff options
context:
space:
mode:
authorJules Laplace <jules@okfoc.us>2014-06-09 16:14:49 -0400
committerJules Laplace <jules@okfoc.us>2014-06-09 16:14:49 -0400
commit1165ef5440e643252635aeea73a14cba0bb2e461 (patch)
tree6563f5314c774ee3ac9216e8375b38037b2eddcb /views/staff.ejs
parentb1974b9c2fe6ee1f35b3e34895f134d906299cec (diff)
documentation system
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>