summaryrefslogtreecommitdiff
path: root/views/partials/top.ejs
diff options
context:
space:
mode:
authoryo mama <pepper@scannerjammer.com>2014-12-05 19:17:43 -0800
committeryo mama <pepper@scannerjammer.com>2014-12-05 19:17:43 -0800
commite387304922f6379cebebaaa511c608855d8acba1 (patch)
tree80b1e72d70ca2fd09b8dad239fbdb994f440cc64 /views/partials/top.ejs
parent802bbc5a0e49a627ab8001d5b30509688959f06b (diff)
added branch ejsejs
Diffstat (limited to 'views/partials/top.ejs')
-rw-r--r--views/partials/top.ejs16
1 files changed, 16 insertions, 0 deletions
diff --git a/views/partials/top.ejs b/views/partials/top.ejs
new file mode 100644
index 0000000..8e3ef5e
--- /dev/null
+++ b/views/partials/top.ejs
@@ -0,0 +1,16 @@
+<!doctype html>
+<html>
+<head>
+ <title>
+ <% if(typeof(name) !== 'undefined'){ %>
+ <%= name %>
+ <%} %>
+ <% if(typeof(description) !== 'undefined'){ %>
+ <%= description %>
+ <%} %>
+ </title>
+<% include meta %>
+<% include icons %>
+<% include stylesheets %>
+</head>
+<body>