aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/app/views/template.ejs
blob: 6803c37491eaabf12ae1b7787c4aec23dd046ea0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<% include templates/header %>

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

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

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


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