blob: 5732db4a3cdcae78d26b02f9aacb1ee9e4ba4691 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
<!DOCTYPE html>
<html lang="en">
<head>
<%- include index/head %>
</head>
<body>
<%- include index/header %>
<%- include index/body %>
<%- include index/footer %>
<%- include index/foot %>
</body>
</html>
|