summaryrefslogtreecommitdiff
path: root/views/staff.ejs
blob: f099edba23fa902bc21221b87e47f30ce68090f8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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>