summaryrefslogtreecommitdiff
path: root/views/partials/header.ejs
blob: 1be8e7d01f6170fa2b613692b6f73488cf5644c9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<!doctype html>
<html>
<head>
<title>bucky</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" />
<link rel="stylesheet" href="/assets/css/bucky.css">
<link rel="stylesheet" href="/assets/css/hootstream.css">
<meta name="_csrf" value="<%= csrfToken %>">
</head>
<body class="loading">

<header>
  <a href="/" class="headline"><h1><%= title %></h1></a>
  <% include ../partials/searchform %>
</header>
<content>