diff options
Diffstat (limited to 'views/partials/top.ejs')
| -rw-r--r-- | views/partials/top.ejs | 16 |
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> |
