aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/app/views/template.ejs
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/template.ejs')
-rw-r--r--app/views/template.ejs18
1 files changed, 18 insertions, 0 deletions
diff --git a/app/views/template.ejs b/app/views/template.ejs
new file mode 100644
index 0000000..6803c37
--- /dev/null
+++ b/app/views/template.ejs
@@ -0,0 +1,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>