From e387304922f6379cebebaaa511c608855d8acba1 Mon Sep 17 00:00:00 2001 From: yo mama Date: Fri, 5 Dec 2014 19:17:43 -0800 Subject: added branch ejs --- views/partials/top.ejs | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 views/partials/top.ejs (limited to 'views/partials/top.ejs') 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 @@ + + + + + <% if(typeof(name) !== 'undefined'){ %> + <%= name %> + <%} %> + <% if(typeof(description) !== 'undefined'){ %> + <%= description %> + <%} %> + +<% include meta %> +<% include icons %> +<% include stylesheets %> + + -- cgit v1.2.3-70-g09d2