aboutsummaryrefslogblamecommitdiffstatshomepage
path: root/views/template.ejs
blob: ef059962ab5c12bf1af318b4d069556f70d9fcdc (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18

















                                                          
<% include header %>

</head>
<body>
    <% include navbar %>

    <!-- Wrapper
    ================================================== -->
    <div class="container" id="wrapper">
    <div class="row-fluid">

    </div><!-- /div.row -->
    </div><!-- /div.#wrapper -->


<% include footer %>
</body>
</html>