summaryrefslogtreecommitdiff
path: root/views/partials/top.ejs
blob: 8e3ef5e48ffd20f6d7e578dfddf656c97deef93b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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>